RetrieveCustomDataToVariant
Description
This function is only available in the ActiveX edition. It retrieves custom data that was previously stored with the StoreCustomData function into a variant byte array.
Syntax
Delphi
This function is not available in the Delphi edition
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::RetrieveCustomDataToVariant(Key As String,
Location As Long) As Variant
DLL
This function is not available in the DLL edition
Parameters
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. |
Location |
1 = Retrieve the data from the Document Information Dictionary 2 = Retrieve the data from the Document Catalog |