LEADTOOLS PDF (Leadtools.Pdf assembly)

PDFBrush Constructor (PDFBrush)

Show in webframe





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

            

            
public:
PDFBrush( 
   RasterColor Color,
   int style
)

Parameters

Color
A Leadtools.RasterColor that represents the color of the brush. The default value is an empty Leadtools.RasterColor structure.
style
A PDFBrush enumeration value that represents the style of the brush. The default value is PDFBrush.Solid.
Example

For an example, refer to PDFRectangleAnnotation.

Requirements

Target Platforms

See Also

Reference

PDFBrush Structure
PDFBrush Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.