Class StampAnnotation
Stamp annotation for displaying predefined or custom text/graphics, commonly used for approval and status markings.
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 stamp identifier, either a predefined name from StampAnnotationPredefinedNames or a custom value requiring a matching appearance.
Declaration
public string Name { get; set; }
Property Value
|
System.String
The stamp name; custom names should supply a Content appearance. |
Type
Returns the stamp annotation type.
Declaration
public override AnnotationType Type { get; }
Property Value
|
AnnotationType
The annotation type for stamps. |