CGPDFContentStream Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
CGPDFContentStream(CGPDFPage) | |
CGPDFContentStream(IntPtr) | |
CGPDFContentStream(CGPDFStream, NSDictionary, CGPDFContentStream) |
CGPDFContentStream(CGPDFPage)
public CGPDFContentStream (CoreGraphics.CGPDFPage page);
new CoreGraphics.CGPDFContentStream : CoreGraphics.CGPDFPage -> CoreGraphics.CGPDFContentStream
Параметры
- page
- CGPDFPage
Применяется к
CGPDFContentStream(IntPtr)
public CGPDFContentStream (IntPtr handle);
new CoreGraphics.CGPDFContentStream : nativeint -> CoreGraphics.CGPDFContentStream
Параметры
- handle
-
IntPtr
nativeint
Применяется к
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
Параметры
- stream
- CGPDFStream
- streamResources
- NSDictionary
- parent
- CGPDFContentStream