KeepPixelDataIntact property (ILEADDicomDS)
VARIANT_BOOL KeepPixelDataIntact | |
Overview |
Refer to Working with Data Sets. |
Remarks
Gets or sets 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.
When a method that gets a bitmap from a data set is called, such as GetBitmapValue or GetBitmapListValue, LEADTOOLS may pre-process the image data in the bitmap handle for optimal display, depending on the value of the KeepPixelDataIntact property. Possible values are:
Value |
Meaning |
VARIANT_TRUE |
The image data will not be pre-processed. |
VARIANT_FALSE |
The image data will be pre-processed. |
Please note that setting this property to VARIANT_TRUE stops LEADTOOLS from pre-processing the image data in the bitmap and may result in unexpected behavior when a LEADTOOLS display or image processing method is called for that bitmap.
See Also
Elements: |
|
Topics: |