menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class PdfSignatureAppearanceField

    Represents form field with appearance custom support.

    Inheritance
    System.Object
    PdfField
    PdfSignatureStyledField
    PdfSignatureAppearanceField
    PdfSignatureField
    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
    PdfSignatureStyledField.Actions
    PdfSignatureStyledField.BackColor
    PdfSignatureStyledField.BorderColor
    PdfSignatureStyledField.BorderStyle
    PdfSignatureStyledField.BorderWidth
    PdfSignatureStyledField.Bounds
    PdfSignatureStyledField.HighlightMode
    PdfSignatureStyledField.Initialize()
    PdfSignatureStyledField.Location
    PdfSignatureStyledField.RotationAngle
    PdfSignatureStyledField.Size
    PdfSignatureStyledField.Visible
    Namespace: Syncfusion.Pdf.Interactive
    Assembly: Syncfusion.Pdf.Portable.dll
    Syntax
    public abstract class PdfSignatureAppearanceField : PdfSignatureStyledField, IPdfWrapper, INotifyPropertyChanged

    Constructors

    PdfSignatureAppearanceField()

    Initializes a new instance of the PdfSignatureAppearanceField class.

    Declaration
    protected PdfSignatureAppearanceField()

    PdfSignatureAppearanceField(PdfPageBase, String)

    Initializes a new instance of the PdfSignatureAppearanceField class.

    Declaration
    protected PdfSignatureAppearanceField(PdfPageBase page, string name)
    Parameters
    Type Name Description
    PdfPageBase page

    page

    System.String name

    The name.

    Properties

    Appearance

    Gets the appearance of the signature field.[Read-Only]

    Declaration
    public PdfAppearance Appearance { get; }
    Property Value
    Type Description
    PdfAppearance

    The appearance.

    Methods

    DrawAppearance(PdfTemplate)

    Draws the appearance.

    Declaration
    protected virtual void DrawAppearance(PdfTemplate template)
    Parameters
    Type Name Description
    PdfTemplate template

    The template.

    Implements

    System.ComponentModel.INotifyPropertyChanged

    See Also

    PdfSignatureStyledField
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved