←Select platform

Color Property

Summary
Color of the text item.
Syntax
C#
VB
C++
Java
public RasterColor Color { get; set; } 
Public Property Color As RasterColor 
public RasterColor getColor(); 
public void setColor( 
   RasterColor rasterColor 
); 
public: 
property RasterColor Color { 
   RasterColor get(); 
   void set (    RasterColor ); 
} 

Property Value

A Leadtools.RasterColor object that contain the color text item. The default value is an empty Leadtools.RasterColor.

Example

For an example, refer to PDFObject.

Requirements

Target Platforms

Help Version 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.