PDFView4NET WPF Edition
ViewerPreferences Property




O2S.Components.PDFView4NET Namespace > PDFDocument Class : ViewerPreferences Property
Gets or sets the document's viewer preferences.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DefaultValueAttribute("")>
Public Property ViewerPreferences As PDFViewerPreferences
'Usage
 
Dim instance As PDFDocument
Dim value As PDFViewerPreferences
 
instance.ViewerPreferences = value
 
value = instance.ViewerPreferences
[Browsable(false)]
[DefaultValue("")]
public PDFViewerPreferences ViewerPreferences {get; set;}
[Browsable(false)]
[DefaultValue("")]
public: __property PDFViewerPreferences* get_ViewerPreferences();
public: __property void set_ViewerPreferences( 
   PDFViewerPreferences* value
);
[Browsable(false)]
[DefaultValue("")]
public:
property PDFViewerPreferences^ ViewerPreferences {
   PDFViewerPreferences^ get();
   void set (    PDFViewerPreferences^ value);
}

Property Value

The viewer preferences for displaying the document.
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

PDFDocument Class
PDFDocument Members