Returns or sets whether save the created annotations.This property only applies to PDF files.

Namespace: Dynamsoft.DotNet.TWAIN
Assembly: 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

The default value is false.

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