Class SectionAnnotationsPlacement
Describes how to place a set of annotations and stamps on a section.
Inheritance
System.Object
SectionAnnotationsPlacement
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class SectionAnnotationsPlacement : object
Properties
AnnotationsPlacement
Declaration
public AnnotationsPlacement AnnotationsPlacement { get; set; }
Property Value
Type | Description |
---|---|
AnnotationsPlacement |
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 |