SetEncryptMetadata

Security and signatures

説明

SetEncryptMetadata のリファレンスページです。この関数は Security and signatures に属し、識別子は表示どおり正確に保持します

構文

Delphi

Function TPDFlib.SetEncryptMetadata(EncryptMetadata: Integer): Integer;

ActiveX

Function PDFlib::SetEncryptMetadata(EncryptMetadata As Long) As Long

DLL

int DLSetEncryptMetadata(int InstanceID, int EncryptMetadata);

戻り値

0The setting could not be changed because no document is selected or the encryption dictionary has already been built
1The metadata encryption setting was updated

関連項目