Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

PdfInteractiveForm.SignatureFlags Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public PdfSignatureFlags SignatureFlags { get; }

Property Value

Type Description
PdfSignatureFlags

A PdfSignatureFlags enumeration values that represent the signature flags.

See Also