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

BrushStyle Property






Gets or sets the style of the brush.
Syntax
public PDFBrushStyle BrushStyle {get; set;}
'Declaration
 
Public Property BrushStyle As PDFBrushStyle
'Usage
 
Dim instance As PDFBrush
Dim value As PDFBrushStyle
 
instance.BrushStyle = value
 
value = instance.BrushStyle
public PDFBrushStyle BrushStyle {get; set;}
 get_BrushStyle();
set_BrushStyle(value);
public:
property PDFBrushStyle BrushStyle {
   PDFBrushStyle get();
   void set (    PDFBrushStyle value);
}

Property Value

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.