←Select platform

FrameBrush Property

Summary

Brush for the bounding rectangle of text annotation.

Syntax

C#
VB
Java
C++
public PDFBrush FrameBrush { get; set; } 
Public Property FrameBrush As Leadtools.Pdf.PDFBrush 
public PDFBrush getFrameBrush() 
public void setFrameBrush(PDFBrush brush) 
             
public: 
property Leadtools.Pdf.PDFBrush FrameBrush { 
   Leadtools.Pdf.PDFBrush get(); 
   void set (    Leadtools.Pdf.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly