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