Click or drag to resize

PdfTypeArray Methods

The PdfTypeArray type exposes the following members.

Methods
 NameDescription
Public methodAdd(PdfTypeBase) Adds an item to the Array
Public methodAdd(PdfTypeBase, PdfIndirectList) Adds an item to the Array
Public methodAddIndirect(PdfIndirectList, PdfTypeBase) Creates an Indirect object and adds it to the Array.
Public methodAddIndirect(PdfIndirectList, Int32) Creates an Indirect object and adds it to the Array.
Public methodAddInteger Adds the integer value to the Array.
Public methodAddName Creates a Name object and adds it to the Array.
Public methodAddReal Adds a real value to the Array.
Public methodAddString Adds the ansi string to the Array.
Public methodClear Removes all items from the Array
Public methodContains Determines whether the Array contains a specific value.
Public methodCopyTo Copies the elements of the Array to an System.Array, starting at a particular System.Array index.
Public methodStatic memberCreate Creates new Array object
Public methodStatic memberCreate(IntPtr) Creates new instance of PdfTypeArray class
Public methodGetAt Gets the element at the specified index
Public methodGetBooleanAt Gets the element with the specified index and returns it as a boolean value.
Public methodGetEnumerator Returns an enumerator that iterates through the collection.
Public methodGetIntegerAt Gets the element with the specified index and returns it as an integer value.
Public methodGetMatrixAt Gets the element with the specified index and returns it as a matrix.
Public methodGetRealAt Gets the element with the specified index and returns it as a Real number.
Public methodGetRectAt Gets the element with the specified index and returns it as a rectangle.
Public methodGetStringAt Gets the element with the specified index and returns it as an ANSI string.
Public methodIndexOf Determines the index of a specific item in the Array.
Public methodInsert(Int32, PdfTypeBase) Inserts an item to the Array at the specified index.
Public methodInsert(Int32, PdfTypeBase, PdfIndirectList) Inserts an item to the Array at the specified index.
Public methodRemove Removes the first occurrence of a specific object from the Array.
Public methodRemoveAt Removes the System.Collections.Generic.IList`1 item at the specified index.
Public methodSetAt(Int32, PdfTypeBase) Sets the element at the specified index
Public methodSetAt(Int32, PdfTypeBase, PdfIndirectList) Sets the element at the specified index
Top
See Also