LDicomDS::GetKeepPixelDataIntactFlag

#include "Ltdic.h"

L_BOOL LDicomDS::GetKeepPixelDataIntactFlag()

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.

Returns

Value Meaning
TRUE The image data will not be pre-processed and will remain unchanged.
FALSE The image data will be pre-processed.

Comments

When a function that gets a bitmap from a data set is called, such as LDicomDS::GetImage or LDicomDS::GetImageList, LEADTOOLS may pre-process the image data in the bitmap handle for optimal display. Call the GetKeepPixelDataIntactFlag function to determine whether LEADTOOLS will pre-process the image data. By default LEADTOOLS pre-processes the image data. To change the behavior, call LDicomDS::SetKeepPixelDataIntactFlag.

Required DLLs and Libraries

Platforms

Win32, x64

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DICOM C++ Class Library Help

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