PDFView4NET WinForms Edition
InkWidth Property




O2S.Components.PDFView4NET.Annotations Namespace > PDFInkAnnotation Class : InkWidth Property
Gets or sets the widget's border width.
Syntax
'Declaration
 
Public Property InkWidth As Double
'Usage
 
Dim instance As PDFInkAnnotation
Dim value As Double
 
instance.InkWidth = value
 
value = instance.InkWidth
public double InkWidth {get; set;}
public: __property double get_InkWidth();
public: __property void set_InkWidth( 
   double value
);
public:
property double InkWidth {
   double get();
   void set (    double value);
}

Property Value

The width of widget's border.
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

PDFInkAnnotation Class
PDFInkAnnotation Members