Class StampBase
Stamp base type. Inherited by 3 types: TextStamp, BitmapStamp, PolyLineStamp
Inherited Members
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class StampBase : EntryBase
Constructors
StampBase()
Creates a new instance of this class
Declaration
public StampBase()
Properties
Frame
Define if stamp has visible frame.
Declaration
public bool Frame { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HeadFont
Font of the header of the stamp.
Declaration
public Font HeadFont { get; set; }
Property Value
Type | Description |
---|---|
Font |
Location
Location of the stamp.
Declaration
public AnnotationRectangle Location { get; set; }
Property Value
Type | Description |
---|---|
AnnotationRectangle |
ShowDate
Define if stamp show date when stamp is placed.
Declaration
public bool ShowDate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowTime
Define if stamp show the time when stamp is placed.
Declaration
public bool ShowTime { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowUser
Define if stamp show the user who placed the stamp.
Declaration
public bool ShowUser { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Signature
Define the sigiture of the stamp.
Declaration
public StampSignatureType Signature { get; set; }
Property Value
Type | Description |
---|---|
StampSignatureType |
SigScopeInfo
Signature scope. Describes what is signed with this stamp.
Declaration
public string SigScopeInfo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserName
Full user name of the person that has set the stamp.
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Visible
Define if stamp is visible.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |