←Select platform

Width Property

Summary
Width of the pen.
Syntax
C#
VB
C++
Java
public double Width { get; set; } 
Public Property Width As Double 
public double getWidth(); 
public void setWidth( 
   double doubleValue 
); 
public: 
property double Width { 
   double get(); 
   void set (    double ); 
} 

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

Help Version 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.