New to Telerik Document ProcessingStart a free 30-day trial

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 "Draft".

C#
public const string SBDraft = "SBDraft"

Stamp labeled "Final".

C#
public const string SBFinal = "SBFinal"

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"

Stamp labeled "Void".

C#
public const string SBVoid = "SBVoid"