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 Stamp
Declaration
public string Name { get; set; }
Property Value
System.
|
Type
Gets the type of the annotation.
Declaration
public override AnnotationType Type { get; }
Property Value
Annotation The type of the annotation. |