Interface IAnnotation
Represents the annotation to be customized
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public interface IAnnotation
Properties
AnnotationId
Gets the annotation id.
Declaration
string AnnotationId { get; }
Property Value
Type |
---|
System.String |
AnnotationType
Gets the type of the annotation.
Declaration
string AnnotationType { get; }
Property Value
Type |
---|
System.String |
Author
Gets or sets the name of the author of the annotation.
Declaration
string Author { get; set; }
Property Value
Type |
---|
System.String |
Comments
Gets or sets the comments of annotation which hold text, author and modifieddateandtime.
Declaration
List<Comment> Comments { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<Comment> |
PageNumber
Gets the page number in which the annotation is added.
Declaration
int PageNumber { get; }
Property Value
Type |
---|
System.Int32 |
Subject
Gets or sets the subject of the annotation
Declaration
string Subject { get; set; }
Property Value
Type |
---|
System.String |