The
SignatureType property is used to get and define the type of signature to be used in a Signature control.
Remark: 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.
// The Signature control uses a certification signature
SIG_MySignature.SignatureType = 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. |