Show / Hide Table of Contents

    Class TextEntry

    Annotation that contains text

    Inheritance
    System.Object
    EntryBase
    TextEntry
    Inherited Members
    EntryBase.Created
    EntryBase.Type
    EntryBase.Color
    EntryBase.Rotation
    EntryBase.Transparent
    EntryBase.StrokeWidth
    EntryBase.Id
    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
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top