MonoMac.CoreGraphics.CGPDFArray: Method Members

The methods of MonoMac.CoreGraphics.CGPDFArray are listed below. For a list of all members, see the CGPDFArray Members list.

See Also: Inherited members from System.Object

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.