CGDataConsumer Class

Definition

Data sink for CGContextPDF or CGImageDestination to store data on.

public class CGDataConsumer : IDisposable, ObjCRuntime.INativeObject
type CGDataConsumer = class
    interface INativeObject
    interface IDisposable
Inheritance
CGDataConsumer
Implements

Constructors

CGDataConsumer(IntPtr)
CGDataConsumer(NSMutableData)

Creates a data sink that saves the data on the specified NSData.

CGDataConsumer(NSUrl)

Creates a data sink that saves the data on a file specified by the url.

Properties

Handle

Handle (pointer) to the unmanaged object representation.

Methods

Dispose()

Releases the resources used by the CGDataConsumer object.

Dispose(Boolean)

Releases the resources used by the CGDataConsumer object.

Finalize()

Finalizer for the CGDataConsumer object

Applies to