| SignDocDocumentcreateSignatureParameters Method |
Create a SignDocSignatureParameters object for signing a
signature field.
Each SignDocSignatureParameters object should be used for at most
one signature.
The following profiles are available and documented :
For TIFF documents, "" produces the same output as "image".
Profile "" is defined by this template:
SignatureTemplate - standard.xml
Profile "image" is defined by this template:
SignatureTemplate - ImageOnly.xml
| Profile | Document Type | Description |
|---|
| "" | PDF, TIFF | Image above Signer and SignTime |
| "image" | PDF, TIFF | Image only |
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntaxpublic SignDocSignatureParameters createSignatureParameters(
string fieldName,
string profile
)
Parameters
- fieldName
- Type: SystemString
he name of the signature field. - profile
- Type: SystemString
The profile name. Some document types and
signature fields support different sets of default
parameters.For instance, DigSig fields of
PDF documents have a "FinanzIT" profile.The
default profile, "", is supported for all
signature fields.
parameters.The default profile, "", is
supported for all signature fields..
Return Value
Type:
SignDocSignatureParameters The new parameters object.
See Also