GetFileMetadata
Document properties
Description
Returns the metadata in a file, if any.
Syntax
Delphi
function TPDFlib.GetFileMetadata(Const InputFileName, Password: WideString): WideString;ActiveX
Function PDFlib::GetFileMetadata(InputFileName As String, Password As String) As StringDLL
wchar_t * DLGetFileMetadata(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 |