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

Leadtools.Pdf Assembly