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