←Select platform

GetPDFImageInformation Method

Summary

Gets information about the specified PDF file.

Syntax
C#
C++/CLI
protected virtual MedicalViewerImageInformation GetPDFImageInformation( 
   string pdfFileName, 
   out int frameCount 
) 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Loader Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.