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