InsertImageNoRecompression Method (original) (raw)
Summary
Inserts an image file into the dataset without recompressing it, saving memory/processing time.
Syntax
[ExtensionAttribute()]
public:
static void InsertImageNoRecompression(
[DicomDataSet^](../di/dicomdataset.html) _ds_,
String^ _source_
)
Parameters
ds
DICOM dataset where insertion takes place
source
Filename of the raster image source file to insert into the dataset
See Also
Reference
HighlevelDicomExtensions Class
HighlevelDicomExtensions Members
Leadtools.Dicom.Common Assembly