←Select platform

PenStyle Property

Summary
Style of the pen.
Syntax
C#
VB
C++
Java
public int PenStyle { get; set; } 
Public Property PenStyle As Integer 
public int getPenStyle(); 
public void setPenStyle( 
   int intValue 
); 
public: 
property int PenStyle { 
   int get(); 
   void set (    int ); 
} 

Property Value

A value that represents the style of the pen. The default value is 0 Solid.

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.