Class TextEntry
Annotation that contains text
Inherited Members
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 |