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