←Select platform

PDFPen Constructor

Summary
Initializes a PDFPen structure with the specified properties
Syntax
C#
VB
C++
Java
public PDFPen( 
   RasterColor color, 
   double width, 
   int style 
) 
Public Function New( _ 
   ByVal color As RasterColor, _ 
   ByVal width As Double, _ 
   ByVal style As Integer _ 
) 
public PDFPen(RasterColor color, double width, int 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

Help Version 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.