ImageType property (LEADMrc Control)
Builder Syntax |
unsigned ImageType |
Delphi Syntax |
ImageType: L_UINT |
Overview |
Refer to Working with the LEADMrc Control. |
Remarks
(Persistent property, available at design time) (Document/Medical only) Indicates whether the image has been scanned, or is computer-generated. The default value is IMAGETYPE_SCANNED. Possible values are:
Setting |
Description |
IMAGETYPE_SCANNED |
[0x00] The image is a scanned image. Noise will be removed before segmentation. |
IMAGETYPE_COMPUTERGENERATED |
[0x01] The image is computer-generated. It will not be cleaned before segmentation. |
This property is used when automatically segmenting a bitmap using the AutoSegment method.
See Also