Class AnnotationInformation
Represents information about the annotation.
Inheritance
System.Object
AnnotationInformation
Namespace: Syncfusion.SfPdfViewer.iOS
Assembly: Syncfusion.SfPdfViewer.iOS.dll
Syntax
public class AnnotationInformation : Object
Properties
Bounds
Gives position and size of the added text markup annotation.
Declaration
public CGRect Bounds { get; }
Property Value
Type |
---|
CoreGraphics.CGRect |
PageIndex
Gives page number of the added text markup annotation.
Declaration
public int PageIndex { get; }
Property Value
Type |
---|
System.Int32 |