ViewerPreferencesNonFullScreenPageMode Property |
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 entry in the catalog dictionary
is FullScreen; it is ignored otherwise. Default value: UseNone.
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic ViewerFullScreenExitMode NonFullScreenPageMode { get; set; }
Public Property NonFullScreenPageMode As ViewerFullScreenExitMode
Get
Set
Property Value
Type:
ViewerFullScreenExitMode
See Also