Table of Contents

ITMSFNCCustomPDFLib.UnlockWithPassword Method

Unlocks a password-protected document; returns True when the password is accepted.

API unit family: TMSFNCPDFLib Declaring type: ITMSFNCCustomPDFLib

Syntax

function UnlockWithPassword(Password: String): Boolean;

Parameters

Name Description
Password Password to test against the document user or owner password.

Returns

True if the document was unlocked successfully; False if the password was incorrect.