Click or drag to resize
DocumentAnnotationsAnnotations Property
List of SectionAnnotation items.

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

Property Value

Type: ListSectionAnnotation
See Also