RemoveUsageRights
Document manipulation, Document properties
Description
Removes any usage rights from the document.
Syntax
Delphi
Function TPDFlib.RemoveUsageRights: Integer;
ActiveX
Function PDFlib::RemoveUsageRights() As Long
DLL
int DLRemoveUsageRights(int InstanceID);
Return values
| 0 | Usage rights were not found in the document. |
|---|---|
| 1 | Usage rights were successfully removed from the document. |