Class PdfAppearanceField
- Namespace
- Syncfusion.Pdf.Interactive
- Assembly
- Syncfusion.Pdf.Portable.dll
Represents form field with appearance custom support.
public abstract class PdfAppearanceField : PdfStyledField, INotifyPropertyChanged
- Inheritance
-
PdfAppearanceField
- Implements
- Derived
- Inherited Members
Constructors
PdfAppearanceField()
Initializes a new instance of the PdfAppearanceField class.
protected PdfAppearanceField()
- See Also
PdfAppearanceField(PdfPageBase, string)
Initializes a new instance of the PdfAppearanceField class.
protected PdfAppearanceField(PdfPageBase page, string name)
Parameters
page
PdfPageBasePage
name
stringThe name.
- See Also
Properties
Appearance
Gets the appearance.[Read-Only]
public PdfAppearance Appearance { get; }
Property Value
- PdfAppearance
The appearance.
- See Also
Methods
DrawAppearance(PdfTemplate)
Draws the appearance.
protected virtual void DrawAppearance(PdfTemplate template)
Parameters
template
PdfTemplateThe template.
- See Also