←Select platform

PDFBrush Constructor

Summary

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

Syntax

C#
VB
Java
C++
Public Function New( _ 
   ByVal Color As Leadtools.RasterColor, _ 
   ByVal style As Integer _ 
) 
public PDFBrush(RasterColor Color, int style) 
public: 
PDFBrush(  
   Leadtools.RasterColor Color, 
   int style 
) 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly