Show / Hide Table of Contents

    Class RectEntry

    Rectangle or Ellipse annotation

    Inheritance
    System.Object
    EntryBase
    RectEntry
    Inherited Members
    EntryBase.Created
    EntryBase.Type
    EntryBase.Color
    EntryBase.Rotation
    EntryBase.Transparent
    EntryBase.StrokeWidth
    EntryBase.Id
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class RectEntry : EntryBase

    Constructors

    RectEntry()

    Creates a new instance of this class

    Declaration
    public RectEntry()

    Properties

    Ellipse

    True if annotation is elipse defined into rectangle.

    Declaration
    public bool Ellipse { get; set; }
    Property Value
    Type Description
    System.Boolean

    Filled

    Define if rectangle is solid.

    Declaration
    public bool Filled { get; set; }
    Property Value
    Type Description
    System.Boolean

    Location

    Location of the annotation.

    Declaration
    public AnnotationRectangle Location { get; set; }
    Property Value
    Type Description
    AnnotationRectangle
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top