Class TextStamp
Stamp that applies a defined text.
Inheritance
System.Object
TextStamp
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class TextStamp
Properties
Content
The text to be displayed in the stamp.
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Font
The font of the text of the stamp.
Declaration
public Font Font { get; set; }
Property Value
Type | Description |
---|---|
Font |