Show / Hide Table of Contents

    Class EntryBase

    Base element for annotation entry.

    Inheritance
    System.Object
    EntryBase
    DeleteEntry
    LineEntry
    PolyLineEntry
    RectEntry
    StampBase
    TextEntry
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class EntryBase : object

    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

    Type of the annotation.

    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