Class StampAnnotation
Represents a stamp annotation.
Inheritance
System.Object
StampAnnotation
Implements
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public class StampAnnotation : Object, IAnnotation
Properties
AnnotationId
Gets the annotation id.
Declaration
public string AnnotationId { get; }
Property Value
Type | Description |
---|---|
System.String |
AnnotationType
Gets the type of the annotation
Declaration
public string AnnotationType { get; }
Property Value
Type | Description |
---|---|
System.String |
Author
Gets or sets the name of the author of the annotation.
Declaration
public string Author { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Bounds
Gets the bounds of the stamp annotation within the page.
Declaration
public Rect Bounds { get; }
Property Value
Type | Description |
---|---|
Windows.Foundation.Rect |
Comments
Gets the collection of comments added in the stamp annotation.
Declaration
public List<Comment> Comments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Comment> |
PageNumber
Gets the page number in which the annotation is added.
Declaration
public int PageNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Subject
Gets or sets the subject of stamp annotation
Declaration
public string Subject { get; set; }
Property Value
Type | Description |
---|---|
System.String |