'Declaration
<BrowsableAttribute(True)> <CategoryAttribute("PDF Annotations")> <DescriptionAttribute("Default pen width for drawing the border of rectangle annotations")> <DefaultValueAttribute(1)> Public Property DefaultRectangleAnnotationBorderWidth As Double
'Usage
Dim instance As PDFPageView Dim value As Double instance.DefaultRectangleAnnotationBorderWidth = value value = instance.DefaultRectangleAnnotationBorderWidth
[Browsable(true)] [Category("PDF Annotations")] [Description("Default pen width for drawing the border of rectangle annotations")] [DefaultValue(1)] public double DefaultRectangleAnnotationBorderWidth {get; set;}
[Browsable(true)] [Category("PDF Annotations")] [Description("Default pen width for drawing the border of rectangle annotations")] [DefaultValue(1)] public: __property double get_DefaultRectangleAnnotationBorderWidth(); public: __property void set_DefaultRectangleAnnotationBorderWidth( double value );
[Browsable(true)] [Category("PDF Annotations")] [Description("Default pen width for drawing the border of rectangle annotations")] [DefaultValue(1)] public: property double DefaultRectangleAnnotationBorderWidth { double get(); void set ( double value); }