C#
VB
C++
Gets or sets flags that determine the behavior of the inverted text removal process.
[DataMemberAttribute(Name="Flags", IsRequired=true)]
public InvertedTextCommandFlags Flags { get; set; }
<DataMemberAttribute(Name="Flags", IsRequired=True)>
Public Property Flags As Leadtools.Services.Imageprocessing.Datacontracts.InvertedTextCommandFlags
[DataMemberAttribute(Name="Flags", IsRequired=true)]
public:
property Leadtools.Services.Imageprocessing.Datacontracts.InvertedTextCommandFlags Flags {
Leadtools.Services.Imageprocessing.Datacontracts.InvertedTextCommandFlags get();
void set ( Leadtools.Services.Imageprocessing.Datacontracts.InvertedTextCommandFlags );
}
Value that determines the behavior of the inverted text removal process.
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