Returns or sets the font for the annotation text. This property is only valid when the annotation type is set to 2(Text).
Namespace: Dynamsoft.DotNet.TWAINAssembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
| C# |
|---|
public Font AnnotationTextFont { get; set; } |
| Visual Basic |
|---|
Public Property AnnotationTextFont As Font
Get
Set |
| Visual C++ |
|---|
public:
property Font^ AnnotationTextFont {
Font^ get ();
void set (Font^ value);
} |
Exceptions
| Exception | Condition |
|---|
| 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