Click or drag to resize

PdfGeneratedDocumentAllowSavingOfPreviouslySignedDocuments Property

Gets or sets a value indicating whether to allow previously signed documents to be saved. Default value is false. If set to false, if DocumentWasSigned is true, calling Save will throw a PdfException. If set to true and DocumentWasSigned is true, calling Save will not throw an exception, but will create an invalid PDF which may still render correctly.

Namespace:  Atalasoft.PdfDoc.Generating
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool AllowSavingOfPreviouslySignedDocuments { get; set; }

Property Value

Type: Boolean
true if saving of previously signed documents is allowed; otherwise, false.
See Also