PdfView.DrawPagePost Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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
Parametri
- page
- PdfPage
- Attributi
Si applica 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
Parametri
- page
- PdfPage
- context
- CGContext
- Attributi