Click or drag to resize
Pdf Library for .NET

PdfFormManagerNeedAppearances Property

Gets or sets a value indicating whether to set NeedAppearances flag of the pdf form or not.

Namespace:  SelectPdf.Forms
Assembly:  Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 23.1
Syntax
public bool NeedAppearances { get; set; }

Property Value

Type: Boolean
Remarks
NeedAppearances is a flag specifying whether to construct appearance streams and dictionaries for all widget annotations in the PDF document.
See Also