PdfDocument.OpenDestination Property
In This Article
Indicates a destination that shall be displayed when the document is opened.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfDestination OpenDestination { get; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
#Remarks
If this entry is absent, the document shall be opened to the top of the first page at the default magnification factor.
See Also