Class Layer
Layer element. Contains annotations in a specific layer. Annotation can have up to 5 layers.
Inheritance
System.Object
Layer
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class Layer : object
Properties
Id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Items
Declaration
public List<EntryBase> Items { get; set; }
Property Value
Type | Description |
---|---|
List<EntryBase> |