Class StampAnnotation
Represents an annotation of type stamp.
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>, IContentAnnotation
Properties
Name
Gets or sets the name of the stamp. The name can be chosen from the predefined names in the StampAnnotationPredefinedNames class or it can be a custom string. In the case of a custom string an appearance should be provided via the Content property.
Declaration
public string Name { get; set; }
Property Value
System.String
|
Type
Gets the type of the annotation.
Declaration
public override AnnotationType Type { get; }
Property Value
AnnotationType
The type of the annotation. |