|
|
|
|
|
SignatureType (Property) In french: TypeSignature
The SignatureType property is used to get and define the type of signature to be used in a Signature control. Note: This property corresponds to the "Type of signature" option in the "General" tab of the Signature control description window.. This control is only available in a report.
SIG_MaSignature.TypeSignature = typeSignatureCertification
Syntax
Finding out the type of signature used by the Signature control Hide the details
<Result> = <Signature control>.SignatureType
<Result>: Integer constant Type of signature:
| | typeSignatureApproval | Approval signature. An approval signature corresponds to a mark applied by another person to indicate that he/she approves the document content. | typeSignatureCertification | Certification signature. A certification signature corresponds to a seal applied to the document to guarantee its integrity. |
<Signature control>: Control name Signature control to use.
Modifying the type of signature used by the Signature control Hide the details
<Signature control>.SignatureType = <New type>
<Signature control>: Control name Signature control to use. <New type>: Integer constant Type of signature to use:
| | typeSignatureApproval | Approval signature. An approval signature corresponds to a mark applied by another person to indicate that he/she approves the document content. | typeSignatureCertification | Certification signature. A certification signature corresponds to a seal applied to the document to guarantee its integrity. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|