SetDecodeMode
Version history
This function was introduced in Quick PDF Library version 11.11.
Description
This function provides a way to select between different object decoding modes.
Syntax
Delphi
function TDebenuPDFLibrary1811.SetDecodeMode(NewDecodeMode: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::SetDecodeMode(
NewDecodeMode As Long) As Long
DLL
int DPLSetDecodeMode(int InstanceID, int NewDecodeMode)
Parameters
NewDecodeMode |
1=Older method 2=Default method |
Return values
0 | The NewDecodeMode parameter was invalid |
1 | The decode mode was set successfully |