ClassStampAnnotation
Class
Stamp annotation for displaying predefined or custom text/graphics, commonly used for approval and status markings.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
cs-api-definition
public class StampAnnotation : MarkupAnnotation, IFixedDocumentElement, IStructuralElement
Inheritance: objectFixedDocumentElementBaseAnnotationContentAnnotationBaseContentAnnotationMarkupAnnotationStampAnnotation
Implements:
Inherited Members
Properties
Name
Gets or sets the stamp identifier, either a predefined name from StampAnnotationPredefinedNames or a custom value requiring a matching appearance.
Type
Returns the stamp annotation type.
Declaration
cs-api-definition
public override AnnotationType Type { get; }
Property Value
The annotation type for stamps.
Overrides