Skip to main content
A newer version of this page is available. .

PdfInteractiveForm.SignatureFlags Property

Gets flags specifying various document-level characteristics related to signature fields.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.2.Core.dll

Declaration

public PdfSignatureFlags SignatureFlags { get; }

Property Value

Type Description
PdfSignatureFlags

A PdfSignatureFlags enumeration values that represent the signature flags.

Available values:

Name Description
None

No signature is applied to the document.

SignaturesExist

The document contains at least one signature field.

AppendOnly

The document contains signatures that may be invalidated if the file is saved (written) in a way that alters its previous contents.

See Also