THotPDF.GetLoadedInfoKeyCount Method
Verkrijgt het totale aantal eigenschapsleutel-waardeparen in het documentinformatiewoordenboek (Document Information Dictionary) van het geladen PDF-document.
Declaratie
function GetLoadedInfoKeyCount: Integer;
Cel
HPDFDoc
Retourwaarde
Retourneert het totale aantal documentattribuut-items (deze omvatten meestal Title, Author, Subject, Creator, Producer, enz.).
Gebruiksnotities
- 通过该总数,开发者可以确定文档信息字典的容量,也可以结合其他属性遍历的方法列出所有已定义的文档元数据键名。