PdfView.DrawPage Method

Definition

Overloads

DrawPage(PdfPage)
DrawPage(PdfPage, CGContext)

DrawPage(PdfPage)

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

Parameters

page
PdfPage
Attributes

Applies to

DrawPage(PdfPage, CGContext)

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

Parameters

page
PdfPage
context
CGContext
Attributes

Applies to