Class StampAnnotationSettings
Inheritance
System.Object
StampAnnotationSettings
Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public class StampAnnotationSettings : BindableObject
Constructors
StampAnnotationSettings()
Initializes a new instance of the StampAnnotationSettings class.
Declaration
public StampAnnotationSettings()
Fields
MinimumSizeProperty
Gets the MinimumSize property of StampAnnotationSettings. This is a bindable property.
Declaration
public static readonly BindableProperty MinimumSizeProperty
Field Value
Type | Description |
---|---|
Xamarin.Forms.BindableProperty | A bindable property that gets and sets the minimum size for the free text annotation. |
Properties
Constraints
Declaration
public AnnotationConstraints Constraints { get; set; }
Property Value
Type |
---|
AnnotationConstraints |
IsLocked
Gets or sets a value indicating whether the annotations can be edited. If this property is true, annotations can be selected, but resizing, moving, editing and removing actions will be disabled for the user. Default value is false.
Declaration
public bool IsLocked { get; set; }
Property Value
Type |
---|
System.Boolean |
MinimumSize
Gets or sets the minimum size to which the annotation can be resized.
Declaration
public Size MinimumSize { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Size |