StampAnnotation
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:
C#
public class StampAnnotation : MarkupAnnotation, IFixedDocumentElement, IStructuralElement
Inheritance: objectFixedDocumentElementBaseAnnotationContentAnnotationBaseContentAnnotationMarkupAnnotationStampAnnotation...
Implements:
Inherited Members
Properties
Gets or sets the stamp identifier, either a predefined name from StampAnnotationPredefinedNames or a custom value requiring a matching appearance.
C#
public string Name { get; set; }
The stamp name; custom names should supply a Content appearance.
Returns the stamp annotation type.
C#
public override AnnotationType Type { get; }
The annotation type for stamps.
Overrides: