Click or drag to resize

ISignatureHandlerReset Method

Resets any data appending and signature calculations done so far. This method should allow PDFNet to restart the whole signature calculation process. It is important that when this method is invoked, any data processed with the AppendData method should be discarded.

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
bool Reset()

Return Value

Type: Boolean
True if there are no errors, otherwise false.
See Also