THotPDF.GetLoadedXMPValue Method
Resumo do método: THotPDF.GetLoadedXMPValue Method
Declaração
function GetLoadedXMPValue(const ANamespace, APropertyName: AnsiString): AnsiString;
Unidade
HPDFDoc
Parâmetros
| Nome | Finalidade |
|---|---|
ANamespace | Optional XMP namespace prefix without a colon |
APropertyName | XMP element name to read |
Valor de retorno
Returns trimmed element text, or an empty string when the property is unavailable
Notas de uso
- ANamespace is the XML prefix used in the XMP element name, not a namespace URI
- The lookup returns element text and does not parse attributes or nested RDF structures
APIs relacionadas
- THotPDF
- THPDFPage
- Conteúdo