Class TextStampEntry
Text stamp. Value contains the text.
Inherited Members
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class TextStampEntry : StampBase
Properties
Font
Font that is used for the text of the stamp.
Declaration
public Font Font { get; set; }
Property Value
Type | Description |
---|---|
Font |
Value
Text that stamp will show.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |