|
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
Syntax public bool NeedAppearances { get; set; }
Public Property NeedAppearances As Boolean
Get
Set
Property Value
Type:
BooleanRemarks
NeedAppearances is a flag specifying whether to construct appearance streams and dictionaries for all widget annotations in the PDF document.
See Also