←Select platform

Brush Property

Summary

Brush of this annotation.

Syntax

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

Property Value

A PDFBrush that represents brush properties for this annotation.

Example

For an example, refer to PDFPolygonAnnotation.

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