Class LineEntry
Line/Arrow annotation
Inherited Members
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class LineEntry : EntryBase
Constructors
LineEntry()
Creates a new instance of this class
Declaration
public LineEntry()
Properties
Arrow
Define a line with arror.
Declaration
public bool Arrow { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
From
Start point of the line.
Declaration
public AnnotationPoint From { get; set; }
Property Value
Type | Description |
---|---|
AnnotationPoint |
To
End point of the line.
Declaration
public AnnotationPoint To { get; set; }
Property Value
Type | Description |
---|---|
AnnotationPoint |