'Usage
Dim page As ImGearPage
Dim percentOfBlack As IntegerImGearIC.InvertBlackImage(page, percentOfBlack)
Parameters
page
1-bit ImGearPage object to apply the method to.
percentOfBlack
Minimum necessary percentage of black pixels on the image to trigger auto-inversion.
Remarks
Method takes 1-bit ImGearPage and a percent of black pixels' parameter and inverts all the pixel values if
the percentage of black pixels is higher than the specified parameter.