 |
PdfFormManagerNeedAppearances Property |
Gets or sets a value indicating whether to set NeedAppearances flag of the pdf form or not.
Namespace: SelectPdf.FormsAssembly: Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 26.2
Syntaxpublic bool NeedAppearances { get; set; }Public Property NeedAppearances As Boolean
Get
Set
Property Value
Boolean
Remarks
NeedAppearances is a flag specifying whether to construct appearance streams and dictionaries for all widget annotations in the PDF document.
See Also