Skip to main content
A newer version of this page is available. .

PdfDocument.OpenDestination Property

Indicates a destination that shall be displayed when the document is opened.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.2.Core.dll

Declaration

public PdfDestination OpenDestination { get; }

Property Value

Type Description
PdfDestination

A PdfDestination object.

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