←Select platform

PDFPen Constructor

Summary

Initializes a PDFPen structure with the specified properties

Syntax

C#
VB
Java
C++
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(RasterColor Color, double width, int style) 
public: 
PDFPen(  
   Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly