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

PDFPen Constructor (PDFPen)






A Leadtools.RasterColor that represents the color of the pen.
A System.Double that represents the width of the pen. The default value is 0.0.
A PDFPenStyle that represents the style of the pen. The default value is PDFPenStyle.Solid.
Initializes a PDFPen structure with the specified properties
Syntax
public PDFPen( 
   RasterColor Color,
   double width,
   PDFPenStyle style
)
'Declaration
 
Public Function New( _
   ByVal Color As RasterColor, _
   ByVal width As Double, _
   ByVal style As PDFPenStyle _
)
'Usage
 
Dim Color As RasterColor
Dim width As Double
Dim style As PDFPenStyle
 
Dim instance As New PDFPen(Color, width, style)
public PDFPen( 
   RasterColor Color,
   double width,
   PDFPenStyle style
)
function PDFPen( 
   Color ,
   width ,
   style 
)
public:
PDFPen( 
   RasterColor Color,
   double width,
   PDFPenStyle style
)

Parameters

Color
A Leadtools.RasterColor that represents the color of the pen.
width
A System.Double that represents the width of the pen. The default value is 0.0.
style
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.