←Select platform

Width Property

Summary

Width of the pen.

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly