←Select platform

PDFBrush Constructor

Summary

Initializes a new instance of a PDFBrush structure with the specified parameters.

Syntax
C#
VB
C++
Java
public PDFBrush(RasterColor color, int style) 
public: 
PDFBrush(  
   RasterColor color, 
   int style 
) 
Public Sub New(ByVal color As RasterColor, ByVal style As Integer) 
 MyBase.New 

Parameters

color
A Leadtools.RasterColor that represents the color of the brush. The default value is an empty Leadtools.RasterColor structure.

style
A PDFBrush enumeration value that represents the style of the brush. The default value is PDFBrush.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