- 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
| Name | Description |
|---|---|
| AddClipRegion | Adds new clipping region to the internal array of clipping regions. |
| AddInvertRegion | Adds new inversion region to the internal array of inversion regions. |
| AddPaintRegion | Adds new paint region to the internal array of paint regions. |
| AddReplaceBlackPixelsRegion | Adds new “replace black pixels” region to the internal array of “replace black pixels” regions. |
| AddReplaceWhitePixelsRegion | Adds new “replace white pixels” region to the internal array of “replace white pixels” regions. |
| ClearClipRegions | Clears the internal array of clipping regions. |
| ClearInvertRegions | Clears the internal array of inversion regions. |
| ClearPaintRegions | Clears the internal array of paint regions. |
| ClearReplaceBlackPixelsRegions | Clears the internal array of “replace black pixels” regions. |
| ClearReplaceWhitePixelsRegions | Clears the internal array of “replace white pixels” regions. |
| CopyFrom | Initializes properties of the current object with values of similar properties of another object. |
| LoadFromFile | Restores the object contents from a file on disk. |
| LoadFromMemory <Note> Windows only </Note> | Restores the object contents from the global memory. |
| SaveToFile | Saves the object contents into a file on disk. |
| SaveToMemory <Note> Windows only. </Note> | Saves the object contents into the global memory. |
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
