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
GetArray(int, out CGPDFArray)Returns the array element in the array at the specified index. | ||
GetBoolean(int, out bool)Returns the boolean element in the array at the specified index. | ||
GetDictionary(int, out CGPDFDictionary)Returns the dictionary element in the array at the specified index. | ||
GetFloat(int, out float)Returns the float element in the array at the specified index. | ||
GetInt(int, out int)Returns the integer element in the array at the specified index. | ||
GetName(int, out string)Returns the name element in the array at the specified index. | ||
GetStream(int, out CGPDFStream)Returns the PDF element in the array at the specified index. | ||
GetString(int, out string)Returns the string element in the array at the specified index. | ||