Updates an annotation on a specific image with the new annotation definition objNewAnnotation.
Namespace: Dynamsoft.DotNet.TWAINAssembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
| Visual Basic |
|---|
Public Function UpdateAnnotation ( _
sImageIndex As Short, _
objOldAnnotation As AnnotationData, _
objNewAnnotation As AnnotationData _
) As Boolean |
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