Click or drag to resize

ISignatureHandlerAppendData Method

Adds data to be signed. This data will be the raw serialized byte buffer as the PDF is being saved to any stream.

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
void AppendData(
	byte[] data
)

Parameters

data
Type: SystemByte
A chunk of the data to be signed.
See Also