 | PdfTypeArray Methods |
The PdfTypeArray type exposes the following members.
Methods | Name | Description |
---|
 | Add(PdfTypeBase) |
Adds an item to the Array
|
 | Add(PdfTypeBase, PdfIndirectList) |
Adds an item to the Array
|
 | AddIndirect(PdfIndirectList, PdfTypeBase) |
Creates an Indirect object and adds it to the Array.
|
 | AddIndirect(PdfIndirectList, Int32) |
Creates an Indirect object and adds it to the Array.
|
 | AddInteger |
Adds the integer value to the Array.
|
 | AddName |
Creates a Name object and adds it to the Array.
|
 | AddReal |
Adds a real value to the Array.
|
 | AddString |
Adds the ansi string to the Array.
|
 | Clear |
Removes all items from the Array
|
 | Contains |
Determines whether the Array contains a specific value.
|
 | CopyTo |
Copies the elements of the Array to an System.Array, starting at a particular System.Array index.
|
  | Create |
Creates new Array object
|
  | Create(IntPtr) |
Creates new instance of PdfTypeArray class
|
 | GetAt |
Gets the element at the specified index
|
 | GetBooleanAt |
Gets the element with the specified index and returns it as a boolean value.
|
 | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
 | GetIntegerAt |
Gets the element with the specified index and returns it as an integer value.
|
 | GetMatrixAt |
Gets the element with the specified index and returns it as a matrix.
|
 | GetRealAt |
Gets the element with the specified index and returns it as a Real number.
|
 | GetRectAt |
Gets the element with the specified index and returns it as a rectangle.
|
 | GetStringAt |
Gets the element with the specified index and returns it as an ANSI string.
|
 | IndexOf |
Determines the index of a specific item in the Array.
|
 | Insert(Int32, PdfTypeBase) |
Inserts an item to the Array at the specified index.
|
 | Insert(Int32, PdfTypeBase, PdfIndirectList) |
Inserts an item to the Array at the specified index.
|
 | Remove |
Removes the first occurrence of a specific object from the Array.
|
 | RemoveAt |
Removes the System.Collections.Generic.IList`1 item at the specified index.
|
 | SetAt(Int32, PdfTypeBase) |
Sets the element at the specified index
|
 | SetAt(Int32, PdfTypeBase, PdfIndirectList) |
Sets the element at the specified index
|
Top
See Also