PDFView4NET WPF Edition
HighlightFormFields Property




O2S.Components.PDFView4NET.WPF Namespace > PDFPageView Class : HighlightFormFields Property
Gets or sets a value indicating whether form fields are highlighted on the page or not.
Syntax
'Declaration
 
Public Property HighlightFormFields As Boolean
'Usage
 
Dim instance As PDFPageView
Dim value As Boolean
 
instance.HighlightFormFields = value
 
value = instance.HighlightFormFields
public bool HighlightFormFields {get; set;}
public: __property bool get_HighlightFormFields();
public: __property void set_HighlightFormFields( 
   bool value
);
public:
property bool HighlightFormFields {
   bool get();
   void set (    bool value);
}

Property Value

True if the form fields are highlighted on the page, otherwise false. Default is false.
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

PDFPageView Class
PDFPageView Members