Click or drag to resize
StampBase Class
Stamp base type. Inherited by 3 types: TextStamp, BitmapStamp, PolyLineStamp
Inheritance Hierarchy

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlIncludeAttribute(typeof(TextStampEntry))]
[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(BitmapStampEntry))]
public class StampBase : EntryBase

The StampBase type exposes the following members.

Constructors
  NameDescription
Public methodStampBase
Creates a new instance of this class
Top
Properties
  NameDescription
Public propertyFrame
Define if stamp has visible frame.
Public propertyHeadFont
Font of the header of the stamp.
Public propertyLocation
Location of the stamp.
Public propertyShowDate
Define if stamp show date when stamp is placed.
Public propertyShowTime
Define if stamp show the time when stamp is placed.
Public propertyShowUser
Define if stamp show the user who placed the stamp.
Public propertySignature
Define the sigiture of the stamp.
Public propertySigScopeInfo
Signature scope. Describes what is signed with this stamp.
Public propertyUserName
Full user name of the person that has set the stamp.
Public propertyVisible
Define if stamp is visible.
Top
Remarks