Click or drag to resize
AnnotationRectangle Class
Define rectangular annotation.
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientAnnotationRectangle

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = true)]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
public class AnnotationRectangle

The AnnotationRectangle type exposes the following members.

Constructors
  NameDescription
Public methodAnnotationRectangle
Initializes a new instance of the AnnotationRectangle class
Top
Properties
  NameDescription
Public propertyHeight
The height of the rectangle in coordinates.
Public propertyLeft
The left coordinate of the rectangle.
Public propertyTop
The top coordinate of the rectangle.
Public propertyWidth
The width of the rectangle in coordinates.
Top
Remarks