The members of MonoMac.CoreGraphics.CGPDFArray are listed below.
See Also: Inherited members from System.Object
| Documentation for this section has not yet been entered. |
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. | ||