CGPDFArray Class

Definition

Represents a PDF array

public class CGPDFArray : ObjCRuntime.INativeObject
type CGPDFArray = class
    interface INativeObject
Inheritance
CGPDFArray
Implements

Constructors

CGPDFArray(IntPtr)

Properties

Count

The number of elements in the PDF array.

Handle

Handle (pointer) to the unmanaged object representation.

Methods

Apply(CGPDFArray+ApplyCallback, Object)
GetArray(Int32, CGPDFArray)

Returns the array element in the array at the specified index.

GetArray(nint, CGPDFArray)
GetBoolean(Int32, Boolean)

Returns the boolean element in the array at the specified index.

GetBoolean(nint, Boolean)
GetDictionary(Int32, CGPDFDictionary)

Returns the dictionary element in the array at the specified index.

GetDictionary(nint, CGPDFDictionary)
GetFloat(Int32, nfloat)

Returns the float element in the array at the specified index.

GetFloat(nint, nfloat)
GetInt(Int32, nint)

Returns the integer element in the array at the specified index.

GetInt(nint, nint)
GetName(Int32, String)

Returns the name element in the array at the specified index.

GetName(nint, String)
GetStream(Int32, CGPDFStream)

Returns the PDF element in the array at the specified index.

GetStream(nint, CGPDFStream)
GetString(Int32, String)

Returns the string element in the array at the specified index.

GetString(nint, String)

Applies to