| 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 | Document Type | Description |
|---|
| "" | PDF, TIFF | Image above Signer and SignTime |
| "image" | PDF, TIFF | Image only |
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic SignDocSignatureParameters createSignatureParameters(
string fieldName,
string profile
)
Public Function createSignatureParameters (
fieldName As String,
profile As String
) As SignDocSignatureParameters
public:
SignDocSignatureParameters^ createSignatureParameters(
String^ fieldName,
String^ profile
)
member createSignatureParameters :
fieldName : string *
profile : string -> SignDocSignatureParameters
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