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

Syntax

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

See Also