Share via


CGPDFStream Class

Definition

A PDF Stream.

public class CGPDFStream : CoreGraphics.CGPDFObject
type CGPDFStream = class
    inherit CGPDFObject
Inheritance
CGPDFStream

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)

Applies to