PDFView4NET WinForms Edition
DefaultInkAnnotationWidth Property




O2S.Components.PDFView4NET Namespace > PDFPageView Class : DefaultInkAnnotationWidth Property
Gets or sets the default ink width.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<CategoryAttribute("PDF Annotations")>
<DescriptionAttribute("Default pen width for drawing ink annotations")>
<DefaultValueAttribute(1)>
Public Property DefaultInkAnnotationWidth As Double
'Usage
 
Dim instance As PDFPageView
Dim value As Double
 
instance.DefaultInkAnnotationWidth = value
 
value = instance.DefaultInkAnnotationWidth
[Browsable(true)]
[Category("PDF Annotations")]
[Description("Default pen width for drawing ink annotations")]
[DefaultValue(1)]
public double DefaultInkAnnotationWidth {get; set;}
[Browsable(true)]
[Category("PDF Annotations")]
[Description("Default pen width for drawing ink annotations")]
[DefaultValue(1)]
public: __property double get_DefaultInkAnnotationWidth();
public: __property void set_DefaultInkAnnotationWidth( 
   double value
);
[Browsable(true)]
[Category("PDF Annotations")]
[Description("Default pen width for drawing ink annotations")]
[DefaultValue(1)]
public:
property double DefaultInkAnnotationWidth {
   double get();
   void set (    double value);
}

Property Value

The default width of the pen used to draw the ink annotation on the screen.
Exceptions
ExceptionDescription
Thown when the value is less than or equal to zero.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFPageView Class
PDFPageView Members