Click or drag to resize

PdfSignatureProperties SetSignatureLength Method

Set signature length. (Option) Default, signature need to call twice "Sign" method, one is to calculate signature length. If the signature length is known, avoid to calculate signature length by "Sign" method. The signature length.

Namespace: Spire.Pdf.Interactive.DigitalSignatures
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void SetSignatureLength(
	uint signatureLength
)

Parameters

signatureLength
Type: System UInt32
the signature length.
See Also