C#
VB
C++
Determines the behavior of the inverted text removal process.
[FlagsAttribute()]
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="InvertedTextCommandFlags")]
public enum InvertedTextCommandFlags
<DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="InvertedTextCommandFlags")>
<FlagsAttribute()>
Public Enum InvertedTextCommandFlags
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="InvertedTextCommandFlags")]
[FlagsAttribute()]
public enum class InvertedTextCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
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.
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