C#
VB
Java
C++
Initializes a PDFPen structure with the specified properties
public PDFPen(
RasterColor color,
double width,
int style
)
Public Function New( _
ByVal Color As Leadtools.RasterColor, _
ByVal width As Double, _
ByVal style As Integer _
)
public:
PDFPen(
Leadtools.RasterColor Color,
double width,
int style
)
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.
For an example, refer to PDFRectangleAnnotation
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET