PDFView4NET WinForms Edition
HighlightFormFields Property




O2S.Components.PDFView4NET Namespace > PDFPageView Class : HighlightFormFields Property
Gets or sets a value indicating whether form fields are highlighted on the page or not.
Syntax
'Declaration
 
<CategoryAttribute("PDF Forms")>
<DescriptionAttribute("Highlights the form fields on the page")>
<DefaultValueAttribute(False)>
Public Property HighlightFormFields As Boolean
'Usage
 
Dim instance As PDFPageView
Dim value As Boolean
 
instance.HighlightFormFields = value
 
value = instance.HighlightFormFields
[Category("PDF Forms")]
[Description("Highlights the form fields on the page")]
[DefaultValue(false)]
public bool HighlightFormFields {get; set;}
[Category("PDF Forms")]
[Description("Highlights the form fields on the page")]
[DefaultValue(false)]
public: __property bool get_HighlightFormFields();
public: __property void set_HighlightFormFields( 
   bool value
);
[Category("PDF Forms")]
[Description("Highlights the form fields on the page")]
[DefaultValue(false)]
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