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