DARemoveUsageRights
Document manipulation, Direct access functionality
Version history
This function was introduced in Quick PDF Library version 7.25.
Description
Removes any usage rights from the document.
Syntax
Delphi
function TQuickPDF0815.DARemoveUsageRights(FileHandle: Integer): Integer;
ActiveX
Function QuickPDF0815.PDFLibrary::DARemoveUsageRights(FileHandle As Long) As Long
DLL
int QuickPDFDARemoveUsageRights(int InstanceID, int FileHandle)
Parameters
| FileHandle | A handle returned by the DAOpenFile, DAOpenFileReadOnly or DAOpenFromStream functions |
Return values
| 0 | The document did not have any usage rights |
| 1 | Success |