Click or drag to resize

PDFDocSaveCustomSignature Method (Byte, DigitalSignatureField, IFilter)

Saves a custom signature Contents to a document which has been prepared to receive it. No changes should be made to document in meantime.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SaveCustomSignature(
	byte[] in_signature,
	DigitalSignatureField in_field,
	IFilter filter
)

Parameters

in_signature
Type: SystemByte
The signature Contents to write
in_field
Type: pdftron.PDFDigitalSignatureField
The signature field to which to write
filter
Type: pdftron.FiltersIFilter
The output filter where to write data.
See Also