←Select platform

ExtractPDFData Method

Summary

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

Syntax
C#
VB
C++
public bool ExtractPDFData( 
   DicomDataSet ds, 
   string path 
) 
Public Function ExtractPDFData( 
   ByVal ds As DicomDataSet, 
   ByVal path As String 
) As Boolean 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Loader Assembly