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