Class StampAnnotationPredefinedNames
Represents a list of predefined stamp names.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class StampAnnotationPredefinedNames
  Constructors
StampAnnotationPredefinedNames()
Declaration
public StampAnnotationPredefinedNames()
  Fields
SBApproved
Creates a stamp with the "Approved" text.
Declaration
public const string SBApproved = "SBApproved"
  Field Value
| 
        System.String
         
  | 
    
SBCompleted
Creates a stamp with the "Completed" text.
Declaration
public const string SBCompleted = "SBCompleted"
  Field Value
| 
        System.String
         
  | 
    
SBConfidential
Creates a stamp with the "Confidential" text.
Declaration
public const string SBConfidential = "SBConfidential"
  Field Value
| 
        System.String
         
  | 
    
SBDraft
Creates a stamp with the "Draft" text.
Declaration
public const string SBDraft = "SBDraft"
  Field Value
| 
        System.String
         
  | 
    
SBFinal
Creates a stamp with the "Final" text.
Declaration
public const string SBFinal = "SBFinal"
  Field Value
| 
        System.String
         
  | 
    
SBForComment
Creates a stamp with the "For Comment" text.
Declaration
public const string SBForComment = "SBForComment"
  Field Value
| 
        System.String
         
  | 
    
SBForPublicRelease
Creates a stamp with the "For Public Release" text.
Declaration
public const string SBForPublicRelease = "SBForPublicRelease"
  Field Value
| 
        System.String
         
  | 
    
SBInformationOnly
Creates a stamp with the "Information Only" text.
Declaration
public const string SBInformationOnly = "SBInformationOnly"
  Field Value
| 
        System.String
         
  | 
    
SBNotApproved
Creates a stamp with the "Not Approved" text.
Declaration
public const string SBNotApproved = "SBNotApproved"
  Field Value
| 
        System.String
         
  | 
    
SBNotForPublicRelease
Creates a stamp with the "Not For Public Release" text.
Declaration
public const string SBNotForPublicRelease = "SBNotForPublicRelease"
  Field Value
| 
        System.String
         
  | 
    
SBPreliminaryResults
Creates a stamp with the "Preliminary Results" text.
Declaration
public const string SBPreliminaryResults = "SBPreliminaryResults"
  Field Value
| 
        System.String
         
  | 
    
SBRejected
Creates a stamp in the shape of a red X.
Declaration
public const string SBRejected = "SBRejected"
  Field Value
| 
        System.String
         
  | 
    
SBVoid
Creates a stamp with the "Void" text.
Declaration
public const string SBVoid = "SBVoid"
  Field Value
| 
        System.String
         
  |