CGPDFContentStream Constructors
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.
Overloads
CGPDFContentStream(CGPDFPage) | |
CGPDFContentStream(IntPtr) | |
CGPDFContentStream(CGPDFStream, NSDictionary, CGPDFContentStream) |
CGPDFContentStream(CGPDFPage)
public CGPDFContentStream (CoreGraphics.CGPDFPage page);
new CoreGraphics.CGPDFContentStream : CoreGraphics.CGPDFPage -> CoreGraphics.CGPDFContentStream
Parameters
- page
- CGPDFPage
Applies to
CGPDFContentStream(IntPtr)
public CGPDFContentStream (IntPtr handle);
new CoreGraphics.CGPDFContentStream : nativeint -> CoreGraphics.CGPDFContentStream
Parameters
- handle
-
IntPtr
nativeint
Applies to
CGPDFContentStream(CGPDFStream, NSDictionary, CGPDFContentStream)
public CGPDFContentStream (CoreGraphics.CGPDFStream stream, Foundation.NSDictionary streamResources = null, CoreGraphics.CGPDFContentStream parent = null);
new CoreGraphics.CGPDFContentStream : CoreGraphics.CGPDFStream * Foundation.NSDictionary * CoreGraphics.CGPDFContentStream -> CoreGraphics.CGPDFContentStream
Parameters
- stream
- CGPDFStream
- streamResources
- NSDictionary
- parent
- CGPDFContentStream