Class AnnotationInformation
Represents information about the annotation.
Inheritance
System.Object
AnnotationInformation
Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public class AnnotationInformation : Object
Properties
Bounds
Gets gives position and size of the added textmarkup annotation.
Declaration
public Rectangle Bounds { get; }
Property Value
Type |
---|
Xamarin.Forms.Rectangle |
PageIndex
Gets gives page number of the added textmarkup annotation.
Declaration
public int PageIndex { get; }
Property Value
Type |
---|
System.Int32 |