AddPagePieceInfoDirect
Version history
This function was introduced in Quick PDF Library version 17.13.
Description
Adds a page-piece dictionary to the selected page, storing the values directly in the dictionary.
Syntax
Delphi
function TDebenuPDFLibrary1811.AddPagePieceInfoDirect(Key1, Key2, StrValue,
ModDate: WideString; Options: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::AddPagePieceInfoDirect(Key1 As String,
Key2 As String, StrValue As String, ModDate As String,
Options As Long) As Long
DLL
int DPLAddPagePieceInfoDirect(int InstanceID, wchar_t * Key1, wchar_t * Key2,
wchar_t * StrValue, wchar_t * ModDate, int Options)
Parameters
| Key1 | Any name to store the data under. If this name already exists it will not be overwritten. |
| Key2 | Any name which will be used as a key in the Private dictionary, with the StrValue parameter set as a string value. |
| StrValue | The string value to store under the Key2 key in the Private dictionary |
| ModDate | The last modified date of the page-piece data in PDF format, eg. "D:20190704123456-05'00'". An empty string will use the current date and time. |
| Options | Reserved for future use, should be set to 0. |
