- The color of text and the size of garbage in regions is determined.
- Image part inside the clipping regions is cut.
- “Paint” regions are filled in with the corresponding color.
- Colors inside the “invert” regions are inverted.
- Black dots inside the “replace black pixels” regions are replaced with the dots of the corresponding color.
- White dots inside the “replace white pixels” regions are replaced with the dots of the corresponding color.
- The garbage inside the “remove garbage” regions is cleaned up. This modification can be applied only to the black-and-white image plane.
- Image is stretched with the stretch ratio defined by the StretchRatio property.
Properties
Methods
Output parameter
This object is the output parameter of the CreateImageModification method of the Engine object.Input parameter
This object is passed as an input parameter to the following methods:- WriteToFile, EstimateBitmapSize (Win), GetBitmap (Win) of the Image object,
- Modify of the ImageDocument object.
Samples
C# code
C# code
