PDFium Component Docs

UserPermissions Egenskap

Denna API-post behåller identifierare, signaturer, kodblock och PDF-termer i ursprunglig form.
Komponent: TPdf  ·  Enhet: PDFium
Returns the user-password permission bits (a subset of Permissions).

Syntax

property UserPermissions;

Beskrivning

Returns the user-password permission bits (a subset of Permissions).

Lika med Permissions när dokumentet öppnas med ägarlösenordet

Wraps the corresponding PDFium API and exposes it as a TPdf instance member so consumers do not have to manage FPDF_DOCUMENT handles directly.

Anmärkningar

Exempel

if Pdf1.Active then
  Pdf1.UserPermissions;

Se även

Permissions, Password