 |
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.2
Syntaxpublic bool NeedAppearances { get; set; }
Public Property NeedAppearances As Boolean
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