THotPDF.GetLoadedXMPValue Method
メソッドの要約: THotPDF.GetLoadedXMPValue Method
宣言
function GetLoadedXMPValue(const ANamespace, APropertyName: AnsiString): AnsiString;
ユニット
HPDFDoc
パラメータ
| 名前 | 目的 |
|---|---|
ANamespace | Optional XMP namespace prefix without a colon |
APropertyName | XMP element name to read |
戻り値
Returns trimmed element text, or an empty string when the property is unavailable
使用上の注意
- 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
関連 API
- THotPDF
- THPDFPage
- 目次