MonoMac.CoreGraphics.CGPDFArray Members

The members of MonoMac.CoreGraphics.CGPDFArray are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
Countint. The number of elements in the PDF array.
[read-only]
HandleIntPtr. Handle (pointer) to the unmanaged object representation.

Public Methods

GetArray(int, out CGPDFArray) : bool
Returns the array element in the array at the specified index.
GetBoolean(int, out bool) : bool
Returns the boolean element in the array at the specified index.
GetDictionary(int, out CGPDFDictionary) : bool
Returns the dictionary element in the array at the specified index.
GetFloat(int, out float) : bool
Returns the float element in the array at the specified index.
GetInt(int, out int) : bool
Returns the integer element in the array at the specified index.
GetName(int, out string) : bool
Returns the name element in the array at the specified index.
GetStream(int, out CGPDFStream) : bool
Returns the PDF element in the array at the specified index.
GetString(int, out string) : bool
Returns the string element in the array at the specified index.