Class TextStamp
Stamp that applies a defined text.
Inheritance
System.Object
TextStamp
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class TextStamp : object
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 |