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

PdfDocumentSigner.FailOnInvalidDocument Property

Specifies whether to throw an exception when the document to sign is invalid.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public bool FailOnInvalidDocument { get; set; }

Property Value

Type Description
Boolean

true, to throw an exception; otherwise, false.

Remarks

When you sign an invalid document, the PDF Document API fixes it. If this document contains signatures, they become invalid. Set the FailOnInvalidDocument to true to throw an exception when signing the invalid file.

See Also