Click or drag to resize
Pdf Library for .NET

HtmlToPdfViewerPreferencesNonFullScreenPageMode Property

Gets or sets the document page mode when the pdf viewer application exits the full screen mode.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public PdfViewerFullScreenExitMode NonFullScreenPageMode { get; set; }

Property Value

Type: PdfViewerFullScreenExitMode
Remarks
This property is taken into account only if PageMode is set to FullScreen. Otherwise it is ignored.

The default value for this property is UseNone.

See Also