LEADTOOLS PDF (Leadtools.Pdf assembly)

Width Property (PDFPen)

Show in webframe





Gets or sets the width of the pen.
Syntax
public double Width {get; set;}
'Declaration
 
Public Property Width As Double
'Usage
 
Dim instance As PDFPen
Dim value As Double
 
instance.Width = value
 
value = instance.Width

            

            
public:
property double Width {
   double get();
   void set (    double value);
}

Property Value

A System.Double that represents the width of the pen. The default value is 0.0.
Example

For an example, refer to PDFRectangleAnnotation.

Requirements

Target Platforms

See Also

Reference

PDFPen Structure
PDFPen Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.