Occurs when an annotation is resized..

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

Syntax

C#
public event OnAnnotationResizedHandler OnAnnotationResized
Visual Basic
Public Event OnAnnotationResized As OnAnnotationResizedHandler
Visual C++
public:
 event OnAnnotationResizedHandler^ OnAnnotationResized {
	void add (OnAnnotationResizedHandler^ value);
	void remove (OnAnnotationResizedHandler^ value);
}

See Also