'Declaration
<CategoryAttribute("PDF Forms")> <DescriptionAttribute("Enables interactive form fill in the control")> <DefaultValueAttribute(True)> Public Property AllowFormFill As Boolean
'Usage
Dim instance As PDFPageView Dim value As Boolean instance.AllowFormFill = value value = instance.AllowFormFill
[Category("PDF Forms")] [Description("Enables interactive form fill in the control")] [DefaultValue(true)] public bool AllowFormFill {get; set;}
[Category("PDF Forms")] [Description("Enables interactive form fill in the control")] [DefaultValue(true)] public: __property bool get_AllowFormFill(); public: __property void set_AllowFormFill( bool value );
[Category("PDF Forms")] [Description("Enables interactive form fill in the control")] [DefaultValue(true)] public: property bool AllowFormFill { bool get(); void set ( bool value); }