Class EntryBase
Base element for annotation entry.
Inheritance
System.Object
EntryBase
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class EntryBase : object
Constructors
EntryBase()
Creates a new instance of this class
Declaration
public EntryBase()
Properties
Color
Color of the annotation.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Created
Info about creation of the annotation.
Declaration
public CreatedInfo Created { get; set; }
Property Value
Type | Description |
---|---|
CreatedInfo |
Id
Identity of the stamp.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specified if updating already exisitng annotation
Rotation
Rotaion of the annotation.
Declaration
public int Rotation { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StrokeWidth
The thickness of the stroke in twips.
Declaration
public int StrokeWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
The default thickness is 1 pt = 20 twips
Transparent
Define if annotation is transparent.
Declaration
public bool Transparent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Type
DEPRECATED! No longer used since 7.0. The type can be retrieved by the class name.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |