SetDecodeMode
Document properties
Description
This function provides a way to select between different object decoding modes.
Syntax
Delphi
Function TPDFlib.SetDecodeMode(NewDecodeMode: Integer): Integer;
ActiveX
Function PDFlib::SetDecodeMode(NewDecodeMode As Long) As Long
DLL
int DLSetDecodeMode(int InstanceID, int NewDecodeMode);
Parameters
| NewDecodeMode | 1=Older method 2=Default method |
|---|
Return values
| 0 | The NewDecodeMode parameter was invalid The decode mode was set successfully |
|---|---|
| 1 |