TPdfSignature.TPdfSignature Constructor
Creates an invisible signature. For a visible signature, create a TPdfVisibleSignature class.
Syntax
Namespace: FlexCel.Pdf
public TPdfSignature(TPdfSignerFactory aSignerFactory, String aName, String aReason, String aLocation, String aContactInfo)
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
aSignerFactory | TPdfSignerFactory | See SignerFactory | |
aName | String | See Name | |
aReason | String | See Reason | |
aLocation | String | See Location | |
aContactInfo | String | See ContactInfo |