Click or drag to resize

PdfViewerPreferencesNonFullScreenPageMode Property

(Optional) The document’s page mode, specifying how to display the document on exiting full-screen mode. This entry is meaningful only if the value of the PageMode property is FullScreen; it shall be ignored otherwise.

Default value: UseNone.


Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public PdfPageMode NonFullScreenPageMode { get; set; }

Property Value

PdfPageMode
The document’s page mode, specifying how to display the document on exiting full-screen mode.
See Also