LEADTOOLS PDF (Leadtools.Pdf assembly)

FrameBrush Property

Show in webframe





Gets or sets the brush for the bounding rectangle of text annotation.
Syntax
public PDFBrush FrameBrush {get; set;}
'Declaration
 
Public Property FrameBrush As PDFBrush
'Usage
 
Dim instance As PDFTextAnnotation
Dim value As PDFBrush
 
instance.FrameBrush = value
 
value = instance.FrameBrush

            

            
public:
property PDFBrush FrameBrush {
   PDFBrush get();
   void set (    PDFBrush value);
}

Property Value

A PDFBrush that represents brush properties for the bounding rectangle of text annotation.
Example

For an example, refer to PDFTextAnnotation.

Requirements

Target Platforms

See Also

Reference

PDFTextAnnotation Class
PDFTextAnnotation Members

 

 


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