PDFium Delphi Component 文件

PadesCryptoAvailable method

组件: TPdf  ·  单元: PDFium
指示签名加密后端在系统上是否可用

Syntax

function PadesCryptoAvailable: Boolean;

Description

如果系统的加密 API(例如 Windows CryptoAPI)已成功加载并可用于签名操作,则返回 True

Remarks

Example

begin
  if Pdf1.PadesCryptoAvailable then
    ShowMessage('PAdES signature engine is ready');
end;

See Also

SignPades ValidatePades