Class DocumentAnnotations
Descripes how to place a set of annotations and stamps on a document.
Inheritance
System.Object
DocumentAnnotations
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
[Eagle]
public class DocumentAnnotations
Properties
Annotations
List of SectionAnnotation items.
Declaration
[Eagle]
public List<SectionAnnotation> Annotations { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<SectionAnnotation> |