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.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntaxpublic PdfPageMode NonFullScreenPageMode { get; set; }
Public Property NonFullScreenPageMode As PdfPageMode
Get
Set
Property Value
PdfPageMode
The document’s page mode, specifying how to display the document on exiting full-screen mode.
See Also