VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfDocumentViewerPreferences Class / NonFullScreenPageMode Property
Syntax Remarks Requirements SeeAlso
In This Topic
NonFullScreenPageMode Property (PdfDocumentViewerPreferences)
In This Topic
Gets or sets the document's page mode, specifying how to display the document on exiting full-screen mode.
Syntax
'Declaration

<DescriptionAttribute("The document's page mode, specifying how to display the document on exiting full-screen mode.")>
<DefaultValueAttribute(UseNone)>
Public Property NonFullScreenPageMode As Vintasoft.Imaging.Pdf.PdfDocumentViewMode

[Description("The document's page mode, specifying how to display the document on exiting full-screen mode.")]
[DefaultValue(UseNone)]
public Vintasoft.Imaging.Pdf.PdfDocumentViewMode NonFullScreenPageMode { get; set; }

Property Value

Default value is PdfDocumentViewMode.UseNone.
Remarks

This property is meaningful only if value of the DocumentViewMode property is PdfDocumentViewMode.FullScreen; otherwise, property value is ignored.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also