←Select platform

ExtractPDFData Method

Summary

Extracts PDF data from the specified DicomDataSet's encapsulated document tag to a file on disk.

Syntax
C#
C++/CLI
public bool ExtractPDFData( 
   DicomDataSet ds, 
   string path 
) 
public:  
   bool ExtractPDFData( 
      DicomDataSet^ ds, 
      String^ path 
   ) 

Parameters

ds

The DicomDataSet.

path

The path to a file where the PDF data will be written.

Return Value

true if the PDF data was extracted, otherwise false.

Remarks

The PDF data will be written to the specified file on disk. You can remove all PDF files from the workstation using ClearExtractedEncapsulatedPDFFiles.

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.