C#
VB
C++
Gets or sets the minimum percent of total pixels in an inverted text area that must be black.
[DataMemberAttribute(Name="MinimumBlackPercent", IsRequired=true)]
public int MinimumBlackPercent { get; set; }
<DataMemberAttribute(Name="MinimumBlackPercent", IsRequired=True)>
Public Property MinimumBlackPercent As Integer
[DataMemberAttribute(Name="MinimumBlackPercent", IsRequired=true)]
public:
property int MinimumBlackPercent {
int get();
void set ( int );
}
The minimum percent of total pixels in an inverted text area that must be black. Areas with a lower percent of black pixels are not considered.
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