PDFium Delphi Component Docs

PadesCryptoAvailable metodas

Komponentas: TPdf  ·  Modulis: PDFium
Indicates whether the signature cryptographical backend is available on the system

Syntax

function PadesCryptoAvailable: Boolean;

Description

Returns True if the system's cryptographical APIs (e.g. Windows CryptoAPI) are successfully loaded and available for signing operations

Remarks

Example

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

See Also

SignPades ValidatePades