'Declaration
<CategoryAttribute("PDF Annotations")> <DescriptionAttribute("Highlights the selected annotation")> <DefaultValueAttribute(True)> Public Property HighlightSelectedAnnotation As Boolean
'Usage
Dim instance As PDFPageView Dim value As Boolean instance.HighlightSelectedAnnotation = value value = instance.HighlightSelectedAnnotation
[Category("PDF Annotations")] [Description("Highlights the selected annotation")] [DefaultValue(true)] public bool HighlightSelectedAnnotation {get; set;}
[Category("PDF Annotations")] [Description("Highlights the selected annotation")] [DefaultValue(true)] public: __property bool get_HighlightSelectedAnnotation(); public: __property void set_HighlightSelectedAnnotation( bool value );
[Category("PDF Annotations")] [Description("Highlights the selected annotation")] [DefaultValue(true)] public: property bool HighlightSelectedAnnotation { bool get(); void set ( bool value); }