←Select platform

PenStyle Property

Summary

Style of the pen.

Syntax

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

Leadtools.Pdf Assembly