SetPageMetadata
Version history
This function was introduced in Quick PDF Library version 13.12.
Description
Sets the XML metadata of the selected page
Syntax
Delphi
function TDebenuPDFLibrary1811.SetPageMetadata(XMP: WideString): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::SetPageMetadata(XMP As String) As Long
DLL
int DPLSetPageMetadata(int InstanceID, wchar_t * XMP)
Parameters
| XMP | The XMP metadata |
Return values
| This function always returns 1 |
