Show / Hide Table of Contents

    Class EntryBase

    Base element for annotation entry.

    Inheritance
    System.Object
    EntryBase
    CheckMarkEntry
    CrossMarkEntry
    DeleteEntry
    LineEntry
    PolyLineEntry
    RectEntry
    StampBase
    TextEntry
    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 EntryBase

    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
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top