Predefined names for commonly used stamps.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public static class StampAnnotationPredefinedNames
Inheritance: objectStampAnnotationPredefinedNames
Fields
Stamp labeled "Approved".
C#
public const string SBApproved = "SBApproved"
Stamp labeled "Completed".
C#
public const string SBCompleted = "SBCompleted"
Stamp labeled "Confidential".
C#
public const string SBConfidential = "SBConfidential"
Stamp labeled "For Comment".
C#
public const string SBForComment = "SBForComment"
Stamp labeled "For Public Release".
C#
public const string SBForPublicRelease = "SBForPublicRelease"
Stamp labeled "Information Only".
C#
public const string SBInformationOnly = "SBInformationOnly"
Stamp labeled "Not Approved".
C#
public const string SBNotApproved = "SBNotApproved"
Stamp labeled "Not For Public Release".
C#
public const string SBNotForPublicRelease = "SBNotForPublicRelease"
Stamp labeled "Preliminary Results".
C#
public const string SBPreliminaryResults = "SBPreliminaryResults"
Stamp with a red X symbol.
C#
public const string SBRejected = "SBRejected"