menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfAppearanceField - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfAppearanceField

    Represents form field with appearance custom support.

    Inheritance
    System.Object
    PdfField
    PdfStyledField
    PdfAppearanceField
    PdfButtonField
    PdfListField
    PdfTextBoxField
    Implements
    IPdfWrapper
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    PdfField.DisableAutoFormat
    PdfField.Export
    PdfField.Flatten
    PdfField.Form
    PdfField.GetValue(String)
    PdfField.IPdfWrapper.Element
    PdfField.Layer
    PdfField.MappingName
    PdfField.Name
    PdfField.Page
    PdfField.PdfTag
    PdfField.PropertyChanged
    PdfField.ReadOnly
    PdfField.Required
    PdfField.SetValue(String, String)
    PdfField.TabIndex
    PdfField.ToolTip
    PdfStyledField.Actions
    PdfStyledField.BackColor
    PdfStyledField.BorderColor
    PdfStyledField.BorderStyle
    PdfStyledField.BorderWidth
    PdfStyledField.Bounds
    PdfStyledField.DefineDefaultAppearance()
    PdfStyledField.Font
    PdfStyledField.ForeColor
    PdfStyledField.HighlightMode
    PdfStyledField.Initialize()
    PdfStyledField.Location
    PdfStyledField.ObtainFont()
    PdfStyledField.RotationAngle
    PdfStyledField.Size
    PdfStyledField.TextAlignment
    PdfStyledField.Visibility
    PdfStyledField.Visible
    Namespace: Syncfusion.Pdf.Interactive
    Assembly: Syncfusion.Pdf.UWP.dll
    Syntax
    public abstract class PdfAppearanceField : PdfStyledField, IPdfWrapper, INotifyPropertyChanged

    Constructors

    PdfAppearanceField()

    Initializes a new instance of the PdfAppearanceField class.

    Declaration
    protected PdfAppearanceField()

    PdfAppearanceField(PdfPageBase, String)

    Initializes a new instance of the PdfAppearanceField class.

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

    Page

    System.String name

    The name.

    Properties

    Appearance

    Gets the appearance.[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

    IPdfWrapper
    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

    DateTimeExtension.ToDateTime(Object)

    See Also

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