CGPDFDictionary 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 Dictionary.
public class CGPDFDictionary : CoreGraphics.CGPDFObject
type CGPDFDictionary = class
inherit CGPDFObject
- Inheritance
Remarks
Dictionaries are used extensively in the PDF file format. Instances of this class represent dictionaries in your documents and the methods in this class can be used to look up the values in the dictionary or iterate over all of the elements of it.
Properties
| Name | Description |
|---|---|
| Count |
The number of items on this dictionary. |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from CGPDFObject) |
| IsNull | (Inherited from CGPDFObject) |
| Type | (Inherited from CGPDFObject) |
Methods
Extension Methods
| Name | Description |
|---|---|
| GetHandle(INativeObject) | |
| GetNonNullHandle(INativeObject, String) | |