Class FreeTextAnnotationMovedOrResizedEventArgs
Provides data for the FreeTextAnnotationMovedOrResized event.
Inheritance
System.Object
FreeTextAnnotationMovedOrResizedEventArgs
Namespace: Syncfusion.SfPdfViewer.iOS
Assembly: Syncfusion.SfPdfViewer.iOS.dll
Syntax
public class FreeTextAnnotationMovedOrResizedEventArgs : EventArgs
Properties
NewBounds
Gets the new size of the moved or resized text annotation.
Declaration
public CGRect NewBounds { get; }
Property Value
Type |
---|
CoreGraphics.CGRect |
OldBounds
Gets the old size of the moved or resized text annotation.
Declaration
public CGRect OldBounds { get; }
Property Value
Type |
---|
CoreGraphics.CGRect |
PageNumber
Gets the pagenumber of the moved or resized text annotation.
Declaration
public int PageNumber { get; }
Property Value
Type |
---|
System.Int32 |
TextColor
Gets the color of the moved or resized text annotation.
Declaration
public UIColor TextColor { get; }
Property Value
Type |
---|
UIKit.UIColor |
TextSize
Gets the font size of the moved or resized text annotation.
Declaration
public float TextSize { get; }
Property Value
Type |
---|
System.Single |