SetDocumentMetadata
Vlastnosti dokumentu
Popis
Nastaví metadata dokumentu. Metadata musí být platný řetězec XMP; dokumentaci k XMP najdete na webu Adobe
Syntaxe
Delphi
Function TPDFlib.SetDocumentMetadata(Const XMP: WideString): Integer;
ActiveX
Function PDFlib::SetDocumentMetadata(XMP As String) As Long
DLL
int DLSetDocumentMetadata(int InstanceID, const wchar_t * XMP);
Parametry
| XMP | The XMP metadata |
|---|
Návratové hodnoty
| Tato funkce vždy vrací 1 |