LEADTOOLS PDF (Leadtools.Pdf assembly)

PDFPen Constructor (PDFPen)

Show in webframe





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 PDFPen that represents the style of the pen. The default value is PDFPen.Solid.
Initializes a PDFPen structure with the specified properties
Syntax
public PDFPen( 
   RasterColor Color,
   double width,
   int style
)
'Declaration
 
Public Function New( _
   ByVal Color As RasterColor, _
   ByVal width As Double, _
   ByVal style As Integer _
)
'Usage
 
Dim Color As RasterColor
Dim width As Double
Dim style As Integer
 
Dim instance As New PDFPen(Color, width, style)

            

            
public:
PDFPen( 
   RasterColor Color,
   double width,
   int 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 PDFPen that represents the style of the pen. The default value is PDFPen.Solid.
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.