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 Function Reset As Boolean
Return Value
Type:
Boolean
True if there are no errors, otherwise false.
See Also