PdfUtilGetPdfMetadata(String) Method |  |
Gets PDF metadata loaded from the specified filepath.
Namespace: Compiled.EDD.Scripting.Extensions.PdfAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic static IPdfMetadata GetPdfMetadata(
string filePath
)
Parameters
- filePath String
- The file to load the PDF metadata from.
Return Value
IPdfMetadataAn instance of the PDF document metadata.
See Also