PdfOutline.Destination Property
In This Article
Gets a destination (a particular view of a document), which is displayed when an outline item is activated.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfDestination Destination { get; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
See Also