PdfOutline.Destination Property

Definition

Gets or sets the destination in the PDF that this outline node represents.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual PdfKit.PdfDestination? Destination { [Foundation.Export("destination")] get; [Foundation.Export("setDestination:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("destination")>]
[<set: Foundation.Export("setDestination:")>]
member this.Destination : PdfKit.PdfDestination with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to