ViewerPreferencesNonFullScreenPageMode Property

The document’s page mode, specifying how to display the document on exiting full-screen mode when displaying the PDF document generated by the HTML to PDF converter. 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.

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 11.4.0
C#
public ViewerFullScreenExitMode NonFullScreenPageMode { get; set; }

Property Value

ViewerFullScreenExitMode

See Also