Class RectEntry
Rectangle or Ellipse annotation
Inherited Members
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 |