Class SectionAnnotation
Describes how to place a set of annotations and stamps on a section.
Inheritance
System.Object
SectionAnnotation
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class SectionAnnotation : object
Properties
Annotation
Declaration
public List<Layer> Annotation { get; set; }
Property Value
Type | Description |
---|---|
List<Layer> |
PageNumber
Number of the page to set annotations on.
Declaration
public int PageNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SectionNumber
Number of the section to set annotations on.
Declaration
public int SectionNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |