Interface IAnnotation
Represents the annotation to be customized.
Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public interface IAnnotation
Properties
Name
Gets or sets the name of the annotation.
Declaration
string Name { get; set; }
Property Value
Type |
---|
System.String |
PageNumber
Gets or sets the page index in which the annotation is added.
Declaration
int PageNumber { get; }
Property Value
Type |
---|
System.Int32 |