Click or drag to resize

PDFDoc.SaveCustomSignature 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:System.Byte[]
The signature Contents to write
in_field
Type: pdftron.PDF.DigitalSignatureField
The signature field to which to write
filter
Type: pdftron.Filters.IFilter
The output filter where to write data.
See Also