CGPDFStream 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.
A PDF Stream.
public class CGPDFStream : CoreGraphics.CGPDFObject
type CGPDFStream = class
inherit CGPDFObject
- Inheritance
Properties
| Name | Description |
|---|---|
| Dictionary |
The dictionary associated with the PDF stream. |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from CGPDFObject) |
| IsNull | (Inherited from CGPDFObject) |
| Type | (Inherited from CGPDFObject) |
Methods
| Name | Description |
|---|---|
| GetData(CGPDFDataFormat) |
The data associated with the PDF stream, and also returns the file format of the data. |
| 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) | |