LEADTOOLS PDF (Leadtools.Pdf assembly)

PenStyle Property

Show in webframe





Gets or sets the style of the pen.
Syntax
public int PenStyle {get; set;}
'Declaration
 
Public Property PenStyle As Integer
'Usage
 
Dim instance As PDFPen
Dim value As Integer
 
instance.PenStyle = value
 
value = instance.PenStyle

            

            
public:
property int PenStyle {
   int get();
   void set (    int value);
}

Property Value

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

For an example, refer to PDFRectangleAnnotation.

Requirements

Target Platforms

See Also

Reference

PDFPen Structure
PDFPen Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.