TFlexCelPdfExport.Sign Method
Signs the pdf documents with the specified TPdfSignature or TPdfVisibleSignature.
Note: This method must be called before calling BeginExport
Syntax
Unit: FlexCel.Render
procedure TFlexCelPdfExport.Sign(const aSignature: TPdfSignature);
Parameters
<-> |
Parameter |
Type |
Description |
const |
aSignature |
TPdfSignature |
Signature used for signing. Set it to null to stop signing the next documents. |
See also