Class SectionAnnotationsPlacement
Describes how to place a set of annotations and stamps on a section.
Inheritance
System.Object
SectionAnnotationsPlacement
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 SectionAnnotationsPlacement
Properties
AnnotationsPlacement
Declaration
[Eagle]
public AnnotationsPlacement AnnotationsPlacement { get; set; }
Property Value
Type | Description |
---|---|
AnnotationsPlacement |
PageNumber
Number of the page to set annotations on.
Declaration
[Eagle]
public int PageNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SectionNumber
Number of the section to set annotations on.
Declaration
[Eagle]
public int SectionNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |