RetrieveCustomDataToString
Propriedades do documento
Descrição
Obtém dados personalizados do PDF que foram anteriormente armazenados com a função StoreCustomData
Quando Location é 2, as chaves do sistema do catálogo ficam reservadas e devolvem uma cadeia vazia em vez de exporem entradas Catalog geridas pela biblioteca, como OutputIntents
Sintaxe
Delphi
Function TPDFlib.RetrieveCustomDataToString(Const Key: AnsiString; Location: Integer): AnsiString;
DLL
const char * DLRetrieveCustomDataToString(int InstanceID, const char * Key, int Location);
Parâmetros
| Key | The key that the data was stored under. If the location is the Document Catalog then the key must have a special prefix assigned to you by Adobe to avoid conflicts with other software. If the location is the Document Information Dictionary any key can be used but should be chosen with care so they make sense to the user. 1 = Obter os dados do Document Information Dictionary 2 = Obter os dados do Document Catalog |
|---|---|
| Location |