PDFium Component Docs

Password propriedade

Componente: TPdf  ·  Unidade: PDFium
Decryption password assigned before Active := True.

Syntax

property Password;

Description

Decryption password assigned before Active := True.

Cleared automatically after a successful open; assigning the wrong password raises EPdfError.

Encapsula a API PDFium correspondente e a expõe como um membro de instância TPdf para que os consumidores não precisem gerenciar handles FPDF_DOCUMENT diretamente.

Remarks

Example

if Pdf1.Active then
  Pdf1.Password;

See Also

Active, Permissions, UserPermissions