#include "Ltdic.h"
L_LTDIC_API L_BOOL L_DicomGetKeepPixelDataIntactFlag(hDS)
HDICOMDS hDS;  | 
a DICOM handle  | 
Returns a value that indicates whether image data will be pre-processed when a function that gets a bitmap from a Pixel Data element is called.
Parameter  | 
Description  | 
hDS  | 
A DICOM handle to the data set.  | 
TRUE  | 
The image data will not be pre-processed and will remain unchanged.  | 
FALSE  | 
The image data will be pre-processed.  | 
When a function that gets a bitmap from a data set is called, such as L_DicomGetImage or L_DicomGetImageList, LEADTOOLS may pre-process the image data in the bitmap handle for optimal display. Call the L_DicomGetKeepPixelDataIntactFlag function to determine whether LEADTOOLS will pre-process the image data. By default LEADTOOLS pre-processes the image data. To change the behavior, call L_DicomSetKeepPixelDataIntactFlag.
Required DLLs and Libraries
| 
 For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application  | 
Win32, x64, Linux.
Functions:  | 
L_DicomSetKeepPixelDataIntactFlag, L_DicomGetImage, L_DicomGetImageList  | 
Topics:  | 
For an example, refer to L_DicomSetKeepPixelDataIntactFlag.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
