LEADTOOLS PDF (Leadtools.Pdf assembly)

BrushStyle Property

Show in webframe





Gets or sets the style of the brush.
Syntax
public int BrushStyle {get; set;}
'Declaration
 
Public Property BrushStyle As Integer
'Usage
 
Dim instance As PDFBrush
Dim value As Integer
 
instance.BrushStyle = value
 
value = instance.BrushStyle

            

            
public:
property int BrushStyle {
   int get();
   void set (    int value);
}

Property Value

A value that represents the style of the brush. The default value is 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.