'Declaration
<CategoryAttribute("PDF Annotations")> <DescriptionAttribute("Displays the annotations")> <DefaultValueAttribute(True)> Public Property ShowAnnotations As Boolean
'Usage
Dim instance As PDFPageView Dim value As Boolean instance.ShowAnnotations = value value = instance.ShowAnnotations
[Category("PDF Annotations")] [Description("Displays the annotations")] [DefaultValue(true)] public bool ShowAnnotations {get; set;}
[Category("PDF Annotations")] [Description("Displays the annotations")] [DefaultValue(true)] public: __property bool get_ShowAnnotations(); public: __property void set_ShowAnnotations( bool value );
[Category("PDF Annotations")] [Description("Displays the annotations")] [DefaultValue(true)] public: property bool ShowAnnotations { bool get(); void set ( bool value); }