'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); }