PDFium Component Docs

UserPermissions プロパティ

この API エントリでは識別子、シグネチャ、コードブロック、PDF 用語を元の表記のまま保持します。
コンポーネント: TPdf  ·  ユニット: PDFium
Returns the user-password permission bits (a subset of Permissions).

構文

property UserPermissions;

説明

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

文書を owner password で開いた場合は Permissions と同じです

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

備考

if Pdf1.Active then
  Pdf1.UserPermissions;

関連項目

Permissions, Password