Поделиться через


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

Применяется к