menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class PdfSignatureStyledField

    Represents form's field with style parameters.

    Inheritance
    System.Object
    PdfField
    PdfSignatureStyledField
    PdfSignatureAppearanceField
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    PdfField.DefineDefaultAppearance()
    PdfField.DisableAutoFormat
    PdfField.Export
    PdfField.Flatten
    PdfField.Form
    PdfField.GetValue(String)
    PdfField.Layer
    PdfField.MappingName
    PdfField.Name
    PdfField.Page
    PdfField.PdfTag
    PdfField.PropertyChanged
    PdfField.ReadOnly
    PdfField.Required
    PdfField.SetValue(String, String)
    PdfField.TabIndex
    PdfField.ToolTip
    Namespace: Syncfusion.Pdf.Interactive
    Assembly: Syncfusion.Pdf.Portable.dll
    Syntax
    public abstract class PdfSignatureStyledField : PdfField, IPdfWrapper, INotifyPropertyChanged

    Constructors

    PdfSignatureStyledField(PdfPageBase, String)

    Initializes a new instance of the PdfSignatureStyledField class with the specific page and name.

    Declaration
    public PdfSignatureStyledField(PdfPageBase page, string name)
    Parameters
    Type Name Description
    PdfPageBase page

    The page where the field should be placed.

    System.String name

    The name.

    Properties

    Actions

    Gets the actions of the field.[Read-Only]

    Declaration
    public PdfFieldActions Actions { get; }
    Property Value
    Type Description
    PdfFieldActions

    The actions.

    BackColor

    Gets or sets the color of the background.

    Declaration
    public PdfColor BackColor { get; set; }
    Property Value
    Type Description
    PdfColor

    The color of the background.

    BorderColor

    Gets or sets the color of the border.

    Declaration
    public PdfColor BorderColor { get; set; }
    Property Value
    Type Description
    PdfColor

    The color of the border.

    BorderStyle

    Gets or sets the border style.

    Declaration
    public PdfBorderStyle BorderStyle { get; set; }
    Property Value
    Type Description
    PdfBorderStyle

    The border style.

    BorderWidth

    Gets or sets the width of the border.

    Declaration
    public float BorderWidth { get; set; }
    Property Value
    Type Description
    System.Single

    The width of the border.

    Bounds

    Gets or sets the bounds of the field.

    Declaration
    public virtual RectangleF Bounds { get; set; }
    Property Value
    Type Description
    RectangleF

    The bounds.

    HighlightMode

    Gets or sets the highlighting mode.

    Declaration
    public PdfHighlightMode HighlightMode { get; set; }
    Property Value
    Type Description
    PdfHighlightMode

    The highlighting mode.

    Location

    Gets or sets the location.

    Declaration
    public PointF Location { get; set; }
    Property Value
    Type Description
    PointF

    The location.

    RotationAngle

    Gets and sets the rotation angle in the form fields.

    Declaration
    public int RotationAngle { get; set; }
    Property Value
    Type
    System.Int32

    Size

    Gets or sets the size.

    Declaration
    public SizeF Size { get; set; }
    Property Value
    Type Description
    SizeF

    The size.

    Visible

    Gets or sets a value indicating whether this PdfSignatureStyledField is visible.

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if visible; otherwise, false.

    Methods

    Initialize()

    Initializes an instance.

    Declaration
    protected override void Initialize()
    Overrides
    PdfField.Initialize()

    Implements

    System.ComponentModel.INotifyPropertyChanged

    See Also

    PdfField
    PdfGraphics
    PdfFont
    PdfPage
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved