Determines the behavior of the inverted text removal process.
Members
Value | Member | Description |
---|---|---|
0x00000000 | None | No flags. |
0x00000001 | UseDpi | The unit of measure for all properties of the InvertedTextRequest is thousandths of an inch. Use the image's DPI to convert to pixels. This allows the processing of many images with different DPI. If this flag is not set, the unit of measure for all properties of the InvertedTextRequest is pixels. |
0x00000002 | GetRegion | When IDocumentProcessingService.BorderRemove returns the GetRegion value, the DocumentResponse.Region property will be updated with a Windows region that contains all the removed bumps or nicks. |
0x00000010 | ImageUnchanged | The affected image (Run method image) is unchanged. |
0x00001000 | UseDiagonals | Considers pixels that are diagonal to the inverted text as part of the inverted text. |
You can use a bitwise OR ( ¦ ) to specify one or more flags.
Products |
Support |
Feedback: InvertedTextCommandFlags Enumeration - Leadtools.Services.ImageProcessing.DataContracts |
Introduction |
Help Version 19.0.2017.6.16
|