←Select platform

GetPDFImageInformation Method

Summary

Gets information about the specified PDF file.

Syntax

C#
VB
C++
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 
   ) 

Parameters

pdfFileName

The name of the PDF file on disk.

frameCount

A variable to be updated with the number of pages in the PDF file.

Return Value

A MedicalViewerImageInformation object with information about the PDF file.

Remarks

To extract the PDF data from a DicomDataSet, use ExtractPDFData.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Loader Assembly