File Formats

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfAppearanceField - FileFormats 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
    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.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
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Pdf.Interactive
    Assembly: Syncfusion.Pdf.Base.dll
    Syntax
    public abstract class PdfAppearanceField : PdfStyledField, IPdfWrapper

    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.

    See Also

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