Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfInteractiveForm.NeedAppearances Property

Gets a value that indicates whether to construct appearance streams and appearance dictionaries for all widget annotations in the document.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.2.Core.dll

Declaration

public bool NeedAppearances { get; }

Property Value

Type Description
Boolean

true to construct appearance streams and appearance dictionaries for all widget annotations; otherwise false. Default value: false.

See Also