Click or drag to resize

PdfIndirectList Class

Represents the list of indirect objects
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.Net.BasicTypesPdfIndirectList

Namespace: Patagames.Pdf.Net.BasicTypes
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntax
public class PdfIndirectList : IEnumerable<PdfTypeBase>, 
	IEnumerable

The PdfIndirectList type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of elements contained in the list.
Public propertyHandle Gets the Pdfium SDK handle that the object is bound to
Public propertyItem Gets or sets the object from the list with the specified number
Public propertyLastObjectNum Gets the number of the last object in the list.
Top
Methods
 NameDescription
Public methodAdd Adds an object to the end of the list.
Public methodStatic memberFromFdfDocument Gets the list of indirect objects from specified Forms Data Format document
Public methodStatic memberFromPdfDocument Gets the list of indirect objects from specified PDF document
Public methodGetEnumerator Returns an enumerator that iterates through the collection.
Public methodRemove Destroy specified object and remove its from the list.
Top
See Also