PdfInteractiveForm.SignatureFlags Property
In This Article
Gets flags specifying various document-level characteristics related to signature fields.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfSignatureFlags SignatureFlags { get; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
Available values:
Name | Description |
---|---|
None | No signature is applied to the document. |
Signatures |
The document contains at least one signature field. |
Append |
The document contains signatures that may be invalidated if the file is saved (written) in a way that alters its previous contents. |
See Also