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

FrameBrush Property






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 PDFBrush FrameBrush {get; set;}
 get_FrameBrush();
set_FrameBrush(value);
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: 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

PDFTextAnnotation Class
PDFTextAnnotation Members

 

 


Products | Support | Contact Us | Copyright Notices

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