Share via


PdfView.DrawPagePost Método

Definición

Sobrecargas

DrawPagePost(PdfPage)
DrawPagePost(PdfPage, CGContext)

DrawPagePost(PdfPage)

[Foundation.Export("drawPagePost:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.iOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DrawPagePost (PdfKit.PdfPage page);
abstract member DrawPagePost : PdfKit.PdfPage -> unit
override this.DrawPagePost : PdfKit.PdfPage -> unit

Parámetros

page
PdfPage
Atributos

Se aplica a

DrawPagePost(PdfPage, CGContext)

[Foundation.Export("drawPagePost:toContext:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DrawPagePost (PdfKit.PdfPage page, CoreGraphics.CGContext context);
abstract member DrawPagePost : PdfKit.PdfPage * CoreGraphics.CGContext -> unit
override this.DrawPagePost : PdfKit.PdfPage * CoreGraphics.CGContext -> unit

Parámetros

page
PdfPage
context
CGContext
Atributos

Se aplica a