←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 width) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly