Class Annotation
Annotation element. Contains all annotations for a specific page in up to 5 layers
Inheritance
System.Object
Annotation
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class Annotation : object
Properties
Layer
List of layers that contains annotations in a specific layer. Annotation can have up to 5 layers.
Declaration
public List<Layer> Layer { get; set; }
Property Value
Type | Description |
---|---|
List<Layer> |