'Declaration<CategoryAttribute("PDF Forms")> <DescriptionAttribute("Shows or hides the form fields")> <DefaultValueAttribute(True)> Public Property ShowFormFields As Boolean
'UsageDim instance As PdfDocumentView Dim value As Boolean instance.ShowFormFields = value value = instance.ShowFormFields
[Category("PDF Forms")] [Description("Shows or hides the form fields")] [DefaultValue(true)] public bool ShowFormFields {get; set;}
[Category("PDF Forms")] [Description("Shows or hides the form fields")] [DefaultValue(true)] public: property bool ShowFormFields { bool get(); void set ( bool value); }