Returns or sets the color for the annotation text. This property is only valid when the annotation type is set to 2(Text).

Namespace: Dynamsoft.DotNet.TWAIN
Assembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public Color AnnotationTextColor { get; set; }
Visual Basic
Public Property AnnotationTextColor As Color
	Get
	Set
Visual C++
public:
property Color AnnotationTextColor {
	Color get ();
	void set (Color value);
}

Exceptions

ExceptionCondition
Dynamsoft.DotNet.TWAIN..::..TwainException When an error occurs and IfThrowException property is true, an exception will be thrown. When IfThrowException property is false, please check ErrorCode and ErrorString.

See Also