←Select platform

Brush Property

Summary

Brush of this annotation.

Syntax
C#
VB
C++
Java
public PDFBrush Brush { get; set; } 
Public Property Brush As PDFBrush 
public PDFBrush getBrush() 
public void setBrush(PDFBrush brush) 
public: 
property PDFBrush Brush { 
   PDFBrush get(); 
   void set (    PDFBrush ); 
} 

Property Value

A PDFBrush that represents brush properties for this annotation.

Example

For an example, refer to PDFPolygonAnnotation.

Requirements

Target Platforms

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

Leadtools.Pdf Assembly