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

PDFBrush Constructor (PDFBrush)






A Leadtools.RasterColor that represents the color of the brush. The default value is an empty Leadtools.RasterColor structure.
A PDFBrushStyle enumeration value that represents the style of the brush. The default value is PDFBrushStyle.Solid.
Initializes a new instance of a PDFBrushStyle structure with the specified parameters.
Syntax
public PDFBrush( 
   RasterColor Color,
   PDFBrushStyle style
)
'Declaration
 
Public Function New( _
   ByVal Color As RasterColor, _
   ByVal style As PDFBrushStyle _
)
'Usage
 
Dim Color As RasterColor
Dim style As PDFBrushStyle
 
Dim instance As New PDFBrush(Color, style)
public PDFBrush( 
   RasterColor Color,
   PDFBrushStyle style
)
function PDFBrush( 
   Color ,
   style 
)
public:
PDFBrush( 
   RasterColor Color,
   PDFBrushStyle style
)

Parameters

Color
A Leadtools.RasterColor that represents the color of the brush. The default value is an empty Leadtools.RasterColor structure.
style
A PDFBrushStyle enumeration value that represents the style of the brush. The default value is PDFBrushStyle.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

PDFBrush Structure
PDFBrush Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.