Click or drag to resize
AnnotationLayer Property
List of layers that contains annotations in a specific layer. Annotation can have up to 5 layers.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[XmlElementAttribute("Layer")]
public List<Layer> Layer { get; set; }

Property Value

Type: ListLayer
See Also