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

Brush Property (PDFEllipseAnnotation)






Gets or sets the brush of this annotation.
Syntax
public PDFBrush Brush {get; set;}
'Declaration
 
Public Property Brush As PDFBrush
'Usage
 
Dim instance As PDFEllipseAnnotation
Dim value As PDFBrush
 
instance.Brush = value
 
value = instance.Brush
public PDFBrush Brush {get; set;}
 get_Brush();
set_Brush(value);
public:
property PDFBrush Brush {
   PDFBrush get();
   void set (    PDFBrush value);
}

Property Value

A PDFBrush that represents brush properties for this annotation.
Example

For an example, refer to PDFEllipseAnnotation.

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

PDFEllipseAnnotation Class
PDFEllipseAnnotation Members

 

 


Products | Support | Contact Us | Copyright Notices

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