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

PdfDocument.ViewerPreferences Property

Provides access to the viewer preferences dictionary specifying how to display the document on the screen.

Namespace: DevExpress.Pdf

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

Declaration

public PdfViewerPreferences ViewerPreferences { get; }

Property Value

Type Description
DevExpress.Pdf.PdfViewerPreferences

A DevExpress.Pdf.PdfViewerPreferences object.

Remarks

If this entry is absent, conforming readers shall use their own current user preference settings.

See Also