Class Annotation
Annotation element. Contains all annotations for a specific page in up to 5 layers
Inheritance
System.Object
    Annotation
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class Annotation
  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 | 
|---|---|
| System.Collections.Generic.List<Layer> |