SetPDFAMode
Version history
This function was introduced in Quick PDF Library version 8.11.
Description
Sets up the document for PDF/A standards compliance mode.
Syntax
Delphi
function TQuickPDF0815.SetPDFAMode(NewMode: Integer): Integer;
ActiveX
Function QuickPDF0815.PDFLibrary::SetPDFAMode(NewMode As Long) As Long
DLL
int QuickPDFSetPDFAMode(int InstanceID, int NewMode)
Parameters
| NewMode | 2 = PDF/A-1b |
Return values
| 0 | Invalid NewMode parameter |
| 1 | The compliance mode was set successfully |