menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StampAnnotationSettings - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class StampAnnotationSettings

    Gets or sets the default appearance for stamp annotation.

    Inheritance
    System.Object
    StampAnnotationSettings
    Namespace: Syncfusion.SfPdfViewer.iOS
    Assembly: Syncfusion.SfPdfViewer.iOS.dll
    Syntax
    public class StampAnnotationSettings : Object

    Constructors

    StampAnnotationSettings()

    Instantiates a new instance of the StampAnnotationSettings class.

    Declaration
    public StampAnnotationSettings()

    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

    IsLocked

    Gets or sets a value that indicates whether the annotations can be edited. if this property is true, annotation selection, resizing, moving and editing actions will be disabled for the user. Default value is false.

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved