Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfDocument.PageMode Property

Gets or sets the document’s page mode that specifies how to display the opened document (for example, whether to show page thumbnails or outlines automatically for a document).

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public PdfPageMode PageMode { get; set; }

Property Value

Type Description
PdfPageMode

A PdfPageMode enumeration value. The default value is UseNone.

See Also