Class TextEntry
Annotation that contains text
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
public class TextEntry : EntryBase
Properties
Font
Specify the font of the text.
Declaration
public Font Font { get; set; }
Property Value
Type | Description |
---|---|
Font |
Location
Location of the annotation.
Declaration
public AnnotationRectangle Location { get; set; }
Property Value
Type | Description |
---|---|
AnnotationRectangle |
Value
Text to be displayed.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |