Gets information about the specified PDF file.
protected virtual MedicalViewerImageInformation GetPDFImageInformation(
string pdfFileName,
out int frameCount
)
pdfFileName
The name of the PDF file on disk.
frameCount
A variable to be updated with the number of pages in the PDF file.
A MedicalViewerImageInformation object with information about the PDF file.
To extract the PDF data from a DicomDataSet, use ExtractPDFData.