PdfFormWidget
NeedAppearances Property
|
Gets or sets a value indicating whether need appearances.
Namespace:
Spire.Pdf.Widget
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public override bool NeedAppearances { get; set; }
Public Overrides Property NeedAppearances As Boolean
Get
Set
public:
virtual property bool NeedAppearances {
bool get () override;
void set (bool value) override;
}
abstract NeedAppearances : bool with get, set
override NeedAppearances : bool with get, set
Property Value
Type:
Boolean
See Also