SetDocumentMetadata
Description
Set's the document metadata. The metadata must be a valid XMP string, see Adobe's website for XMP documentation.
Syntax
Delphi
function TQuickPDF0813.SetDocumentMetadata(XMP: WideString): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetDocumentMetadata(XMP As String) As Long
DLL
int QuickPDFSetDocumentMetadata(int InstanceID, wchar_t * XMP)
Parameters
| XMP | The XMP metadata |
Return values
| This function always returns 1 |