Click or drag to resize
RectEntry Class
Rectangle or Ellipse annotation
Inheritance Hierarchy

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = true)]
public class RectEntry : EntryBase

The RectEntry type exposes the following members.

Constructors
  NameDescription
Public methodRectEntry
Creates a new instance of this class
Top
Properties
  NameDescription
Public propertyEllipse
True if annotation is elipse defined into rectangle.
Public propertyFilled
Define if rectangle is solid.
Public propertyLocation
Location of the annotation.
Top
Remarks