Class FreeTextAnnotationSettings
Represents FreeTextAnnotation settings
Inheritance
Namespace: Syncfusion.SfPdfViewer.iOS
Assembly: Syncfusion.SfPdfViewer.iOS.dll
Syntax
public class FreeTextAnnotationSettings : Object
Constructors
FreeTextAnnotationSettings()
Initializes a new instance of the FreeTextAnnotationSettings class.
Declaration
public FreeTextAnnotationSettings()
Properties
Constraints
Gets or sets a value that indicates the constraints to the annotation interactions.
Declaration
public AnnotationConstraints Constraints { get; set; }
Property Value
| Type |
|---|
| AnnotationConstraints |
FillColor
Gets or sets the background color of the text annotation
Declaration
public UIColor FillColor { get; set; }
Property Value
| Type |
|---|
| UIKit.UIColor |
IsFreeTextDialogEnabled
Enables or disables the FreeText dialog.
Declaration
public bool IsFreeTextDialogEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | Default value is true. |
IsLocked
Declaration
public bool IsLocked { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
Remarks
When the property is true, only the tapped event will be raised, and the selected event will not be raised.
MaximumHeight
Gets or Sets the maximum height of the annotation.
Declaration
public nfloat MaximumHeight { get; set; }
Property Value
| Type |
|---|
| System.nfloat |
MaximumWidth
Gets or sets the maximum width of the annotation.
Declaration
public nfloat MaximumWidth { get; set; }
Property Value
| Type |
|---|
| System.nfloat |
MinimumHeight
Gets or Sets the minimum height of the annotation.
Declaration
public nfloat MinimumHeight { get; set; }
Property Value
| Type |
|---|
| System.nfloat |
MinimumSize
Gets or sets the minimum size to which the annotation can be resized.
Declaration
public CGSize MinimumSize { get; set; }
Property Value
| Type |
|---|
| CoreGraphics.CGSize |
MinimumWidth
Gets or sets the minimum width of the annotation.
Declaration
public nfloat MinimumWidth { get; set; }
Property Value
| Type |
|---|
| System.nfloat |
Opacity
Gets or sets default opacity of Text annotation.
Declaration
public float Opacity { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single | Default Text opacity is 1 |
Text
gets or sets the text of the text annotation
Declaration
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | .Default: Empty. |
TextColor
gets or sets the color of the text annotation
Declaration
public UIColor TextColor { get; set; }
Property Value
| Type |
|---|
| UIKit.UIColor |
TextSize
gets or sets the font size of the text annotation
Declaration
public float TextSize { get; set; }
Property Value
| Type |
|---|
| System.Single |