CGDataConsumer 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.
Data sink for CGContextPDF or CGImageDestination to store data on.
public class CGDataConsumer : IDisposable, ObjCRuntime.INativeObjecttype 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 |