UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfAppearanceField

    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
    PdfStyledField.ObtainFont()
    PdfStyledField.Initialize()
    PdfStyledField.DefineDefaultAppearance()
    PdfStyledField.Bounds
    PdfStyledField.Visibility
    PdfStyledField.Location
    PdfStyledField.RotationAngle
    PdfStyledField.Size
    PdfStyledField.BorderColor
    PdfStyledField.BackColor
    PdfStyledField.ForeColor
    PdfStyledField.BorderWidth
    PdfStyledField.HighlightMode
    PdfStyledField.Font
    PdfStyledField.TextAlignment
    PdfStyledField.Actions
    PdfStyledField.BorderStyle
    PdfStyledField.Visible
    PdfField.GetValue(String)
    PdfField.SetValue(String, String)
    PdfField.Name
    PdfField.Form
    PdfField.MappingName
    PdfField.Export
    PdfField.ReadOnly
    PdfField.Required
    PdfField.ToolTip
    PdfField.Page
    PdfField.Flatten
    PdfField.DisableAutoFormat
    PdfField.PdfTag
    PdfField.TabIndex
    PdfField.Layer
    PdfField.IPdfWrapper.Element
    PdfField.PropertyChanged
    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 - 2023 Syncfusion Inc. All Rights Reserved