Returns or sets whether save the created annotations.This property only applies to PDF files.
Namespace: Dynamsoft.DotNet.TWAINAssembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
| C# |
|---|
public bool IfSaveAnnotations { get; set; } |
| Visual Basic |
|---|
Public Property IfSaveAnnotations As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool IfSaveAnnotations {
bool get ();
void set (bool value);
} |
Remarks
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