THotPDF.GetLoadedDocumentMetadataBytes – metoda
Souhrn metody: THotPDF.GetLoadedDocumentMetadataBytes – metoda
Deklarace
function GetLoadedDocumentMetadataBytes(out ABytes: TBytes): Boolean;
Jednotka
HPDFDoc
Parametry
| Název | Účel |
|---|---|
ABytes | Receives the metadata stream bytes when the method returns True |
Návratová hodnota
Returns True when XMP metadata bytes are available
Poznámky k použití
- Tuto metodu volejte po LoadFromFile nebo LoadFromStream
- Metoda vrací surové bajty XMP a nevyžaduje parser XML DOM
- DetectFacturXInvoice uses this metadata to read hybrid invoice XMP fields
Související API
- THotPDF.GetLoadedCatalog Method
- THotPDF.ValidateFacturXInvoice Method
- THotPDF.DetectFacturXInvoice Method
- THotPDF.ExtractFacturXXML Method