PDFView4NET WPF Edition
NonFullScreenPageMode Property




O2S.Components.PDFView4NET Namespace > PDFViewerPreferences Class : NonFullScreenPageMode Property
Gets or sets the document's page mode specifying how to display the document on exiting the full-screen mode.
Syntax
'Declaration
 
Public Property NonFullScreenPageMode As PDFPageMode
'Usage
 
Dim instance As PDFViewerPreferences
Dim value As PDFPageMode
 
instance.NonFullScreenPageMode = value
 
value = instance.NonFullScreenPageMode
public PDFPageMode NonFullScreenPageMode {get; set;}
public: __property PDFPageMode get_NonFullScreenPageMode();
public: __property void set_NonFullScreenPageMode( 
   PDFPageMode value
);
public:
property PDFPageMode NonFullScreenPageMode {
   PDFPageMode get();
   void set (    PDFPageMode value);
}

Property Value

The document's page mode.
Exceptions
ExceptionDescription
Thrown if the value to be set is not one of the supported values.
Remarks
Only the following page modes are supported: PDFPageMode.UseNone, PDFPageMode.UseOutlines, PDFPageMode.UseThumbs and PDFPageMode.UseOC.
This property is meaningful only if the PDFDocument.PageMode property is PDFPageMode.FullScreen.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFViewerPreferences Class
PDFViewerPreferences Members