LEADTOOLS PDF (Leadtools.Pdf assembly)

Color Property (PDFBrush)

Show in webframe





Gets or sets the color of the brush.
Syntax
public RasterColor Color {get; set;}
'Declaration
 
Public Property Color As RasterColor
'Usage
 
Dim instance As PDFBrush
Dim value As RasterColor
 
instance.Color = value
 
value = instance.Color

            

            
public:
property RasterColor Color {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

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

For an example, refer to PDFRectangleAnnotation.

Requirements

Target Platforms

See Also

Reference

PDFBrush Structure
PDFBrush Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.