CGPDFArray Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a PDF array
public class CGPDFArray : CoreGraphics.CGPDFObject
type CGPDFArray = class
inherit CGPDFObject
- Inheritance
Properties
| Name | Description |
|---|---|
| Count |
The number of elements in the PDF array. |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from CGPDFObject) |
| IsNull | (Inherited from CGPDFObject) |
| Type | (Inherited from CGPDFObject) |
Methods
| Name | Description |
|---|---|
| Apply(CGPDFArray+ApplyCallback, Object) | |
| GetArray(IntPtr, CGPDFArray) | |
| GetBoolean(IntPtr, Boolean) | |
| GetDictionary(IntPtr, CGPDFDictionary) | |
| GetFloat(IntPtr, NFloat) | |
| GetInt(IntPtr, IntPtr) | |
| GetName(IntPtr, String) | |
| GetStream(IntPtr, CGPDFStream) | |
| GetString(IntPtr, String) | |
| TryGetName(String) | (Inherited from CGPDFObject) |
| TryGetValue(Boolean) | (Inherited from CGPDFObject) |
| TryGetValue(CGPDFArray) | (Inherited from CGPDFObject) |
| TryGetValue(CGPDFDictionary) | (Inherited from CGPDFObject) |
| TryGetValue(CGPDFStream) | (Inherited from CGPDFObject) |
| TryGetValue(IntPtr) | (Inherited from CGPDFObject) |
| TryGetValue(NFloat) | (Inherited from CGPDFObject) |
| TryGetValue(String) | (Inherited from CGPDFObject) |
Extension Methods
| Name | Description |
|---|---|
| GetHandle(INativeObject) | |
| GetNonNullHandle(INativeObject, String) | |