←Select platform

BrushStyle Property

Summary

Style of the brush.

Syntax
C#
VB
C++
Java
public int BrushStyle { get; set; } 
Public Property BrushStyle As Integer 
public int getBrushStyle() 
public void setBrushStyle(int style) 
public: 
property int BrushStyle { 
   int get(); 
   void set (    int ); 
} 

Property Value

A value that represents the style of the brush. The default value is Solid.

Example

For an example, refer to PDFRectangleAnnotation.

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