PDFView4NET WPF Edition
LineWidth Property




O2S.Components.PDFView4NET.Annotations Namespace > PDFLineAnnotation Class : LineWidth Property
Gets or sets the line width.
Syntax
'Declaration
 
Public Property LineWidth As Double
'Usage
 
Dim instance As PDFLineAnnotation
Dim value As Double
 
instance.LineWidth = value
 
value = instance.LineWidth
public double LineWidth {get; set;}
public: __property double get_LineWidth();
public: __property void set_LineWidth( 
   double value
);
public:
property double LineWidth {
   double get();
   void set (    double value);
}

Property Value

The width of the line annotation.
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

PDFLineAnnotation Class
PDFLineAnnotation Members