LEADTOOLS PDF (Leadtools.Pdf assembly)

Brush Property (PDFPolygonAnnotation)

Show in webframe





Gets or sets the brush of this annotation.
Syntax
public PDFBrush Brush {get; set;}
'Declaration
 
Public Property Brush As PDFBrush
'Usage
 
Dim instance As PDFPolygonAnnotation
Dim value As PDFBrush
 
instance.Brush = value
 
value = instance.Brush

            

            
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 PDFPolygonAnnotation.

Requirements

Target Platforms

See Also

Reference

PDFPolygonAnnotation Class
PDFPolygonAnnotation Members

 

 


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