StampBase ClassDocuWare Platform .NET API
Stamp base type. Inherited by 3 types: TextStamp, BitmapStamp, PolyLineStamp
Inheritance Hierarchy

SystemObject
  DocuWare.Platform.ServerClientEntryBase
    DocuWare.Platform.ServerClientStampBase
      DocuWare.Platform.ServerClientBitmapStampEntry
      DocuWare.Platform.ServerClientPolyLineStampEntry
      DocuWare.Platform.ServerClientTextStampEntry

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.6
Syntax

C#
[SerializableAttribute]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = true)]
[XmlIncludeAttribute(typeof(PolyLineStampEntry))]
[XmlIncludeAttribute(typeof(BitmapStampEntry))]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
[XmlIncludeAttribute(typeof(TextStampEntry))]
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
Public propertyHeadFont
Public propertyLocation
Public propertyShowDate
Public propertyShowTime
Public propertyShowUser
Public propertySignature
Public propertySigScopeInfo
Signature scope. Describes what is signed with thisFull user name of the person that has set the stamp.
Public propertyUserName
Full user name of the person that has set the stamp.
Public propertyVisible
Top
Remarks

See Also

Reference