Click or drag to resize
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".
ProfileDocument TypeDescription
""PDF, TIFF Image above Signer and SignTime
"image"PDF, TIFF Image only

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public 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