FdfFieldAppearanceReference Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets the FdfAppearanceReference holding references to external PDF files containing the pages to use for the appearances of a pushbutton field. FdfAppearanceReference is similar to an AnnotationAppearance , except that the values of the Normal, Rollover, and Down entries shall all be named page reference. This entry shall be ignored if an Appearance entry is present.

Namespace:  Apitron.PDF.Kit.Interactive.FormsData
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public FdfAppearanceReference AppearanceReference { get; set; }

Property Value

Type: FdfAppearanceReference
The appearance reference.
See Also

Reference