SaveDocumentOnEmptyDelete

SignatureSettings.SaveDocumentOnEmptyDelete property

Gets or sets flag to re-save source document when Delete method has no affected signatures to remove. If this flag is set to true (by default) document will be saving with corresponding history process log (date and operation type) even if Delete method has no signatures to remove. When this flat is set to false source document will not be modified at all.

public bool SaveDocumentOnEmptyDelete { get; set; }

See Also