Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfInteractiveForm.SignatureFlags Property

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

Namespace: DevExpress.Pdf

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

Declaration

public PdfSignatureFlags SignatureFlags { get; }

Property Value

Type Description
PdfSignatureFlags

A PdfSignatureFlags enumeration values that represent the signature flags.

See Also