Back to Devexpress

PdfDocument.OpenDestination Property

officefileapi-devexpress-dot-pdf-dot-pdfdocument-3f5d6524.md

latest1.2 KB
Original Source

PdfDocument.OpenDestination Property

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

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfDestination OpenDestination { get; }
vb
Public ReadOnly Property OpenDestination As PdfDestination

Property Value

TypeDescription
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

PdfDocument Class

PdfDocument Members

DevExpress.Pdf Namespace