←Select platform

Color Property

Summary

Color of the highlight annotations.

Syntax
C#
VB
C++
Java
public RasterColor Color { get; set; } 
Public Property Color As RasterColor 
public RasterColor getColor() 
public void setColor(RasterColor color) 
public: 
property RasterColor Color { 
   RasterColor get(); 
   void set (    RasterColor ); 
} 

Property Value

A Leadtools.RasterColor object that represents the color of the highlight annotations. The default value is an empty Leadtools.RasterColor object.

Example

For an example, refer to PDFHighlightAnnotation.

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