←Select platform

FrameBrush Property

Summary
Brush for the bounding rectangle of text annotation.
Syntax
C#
VB
C++
Java
public PDFBrush FrameBrush { get; set; } 
Public Property FrameBrush As PDFBrush 
public PDFBrush getFrameBrush(); 
public void setFrameBrush( 
   PDFBrush pDFBrush 
); 
public: 
property PDFBrush FrameBrush { 
   PDFBrush get(); 
   void set (    PDFBrush ); 
} 

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

Help Version 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.