←Select platform

Color Property

Summary

Color of the squiggly annotations.

Syntax

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

Property Value

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

Example

For an example, refer to PDFSquigglyAnnotation.

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