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

Syntax

C#
public Point AnnotationLocation { get; set; }
Visual Basic
Public Property AnnotationLocation As Point
	Get
	Set
Visual C++
public:
property Point AnnotationLocation {
	Point get ();
	void set (Point value);
}

See Also