Class StampAnnotation
Represents a stamp annotation that displays predefined or custom stamp images, commonly used for document approval workflows and status indication.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Annotations
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class StampAnnotation : MarkupAnnotation, IFixedDocumentElement, IInstanceIdOwner, IContextClonable<Annotation>, IStructuralElement, IContentAnnotation
Properties
Name
Gets or sets the name identifier of the stamp, which can be a predefined name from StampAnnotationPredefinedNames or a custom string requiring a custom appearance.
Declaration
public string Name { get; set; }
Property Value
System.String
The stamp name that determines the appearance. For custom names, provide an appearance via the Content property. |
Type
Gets the type of the annotation.
Declaration
public override AnnotationType Type { get; }
Property Value
AnnotationType
The type of the annotation. |