PdfDocumentSigner.FailOnInvalidDocument Property
In This Article
Specifies whether to throw an exception when the document to sign is invalid.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
#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