GetFileMetadata
Description
Returns the metadata in a file, if any.
Syntax
Delphi
function TQuickPDF0813.GetFileMetadata(InputFileName,
Password: WideString): WideString;
ActiveX
Function QuickPDF0813.PDFLibrary::GetFileMetadata(InputFileName As String,
Password As String) As String
DLL
wchar_t * QuickPDFGetFileMetadata(int InstanceID, wchar_t * InputFileName,
wchar_t * Password)
Parameters
| InputFileName | The path and name of the document to extract metadata from. |
| Password | The password to use when opening the document |