Click or drag to resize

IPdfSignatureAppearance Generate Method

Generate custom signature appearance by a graphics context.

Namespace: Spire.Pdf.Interactive.DigitalSignatures
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
void Generate(
	PdfCanvas g
)

Parameters

g
Type: Spire.Pdf.Graphics PdfCanvas
A graphics context of signature appearance.
See Also