LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

PenStyle Property






Gets or sets the style of the pen.
Syntax
public PDFPenStyle PenStyle {get; set;}
'Declaration
 
Public Property PenStyle As PDFPenStyle
'Usage
 
Dim instance As PDFPen
Dim value As PDFPenStyle
 
instance.PenStyle = value
 
value = instance.PenStyle
public PDFPenStyle PenStyle {get; set;}
 get_PenStyle();
set_PenStyle(value);
public:
property PDFPenStyle PenStyle {
   PDFPenStyle get();
   void set (    PDFPenStyle value);
}

Property Value

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

For an example, refer to PDFRectangleAnnotation.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFPen Structure
PDFPen Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.