Click or drag to resize
Annotation Class
Annotation element. Contains all annotations for a specific page in up to 5 layers
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientAnnotation

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 = false)]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
public class Annotation

The Annotation type exposes the following members.

Constructors
  NameDescription
Public methodAnnotation
Initializes a new instance of the Annotation class
Top
Properties
  NameDescription
Public propertyLayer
List of layers that contains annotations in a specific layer. Annotation can have up to 5 layers.
Top
Remarks