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