Class TextStampEntry
Text stamp. Value contains the text.
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 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 |