Share via


PdfView.Document Property

Definition

Gets or sets the document to display.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual PdfKit.PdfDocument? Document { [Foundation.Export("document")] get; [Foundation.Export("setDocument:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("document")>]
[<set: Foundation.Export("setDocument:")>]
member this.Document : PdfKit.PdfDocument with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to