Click or drag to resize
EntryBase Class
Base element for annotation entry.
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientEntryBase
    More...

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

The EntryBase type exposes the following members.

Constructors
  NameDescription
Public methodEntryBase
Creates a new instance of this class
Top
Properties
  NameDescription
Public propertyColor
Color of the annotation.
Public propertyCreated
Info about creation of the annotation.
Public propertyId
Identity of the stamp.
Public propertyRotation
Rotaion of the annotation.
Public propertyStrokeWidth
The thickness of the stroke in twips.
Public propertyTransparent
Define if annotation is transparent.
Public propertyType
Type of the annotation.
Top
Remarks