Gets information about the specified PDF file.
protected virtual MedicalViewerImageInformation GetPDFImageInformation(
string pdfFileName,
out int frameCount
)
Protected Overridable Function GetPDFImageInformation(
ByVal pdfFileName As String,
ByVal frameCount As System.Int32&
) As MedicalViewerImageInformation
protected:
virtual MedicalViewerImageInformation^ GetPDFImageInformation(
String^ pdfFileName,
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET