For a list of all members of this type, see ImageEditor members.
Name | Description | |
---|---|---|
![]() | Bitmap | Sets Bitmap for editing. Gets results of editing |
![]() | BitmapZone | Gets results of editing. If ImageEditor.Zone is set corresponding portion of the image. |
![]() | BitsPerPixel | Gets image bits-per-pixel |
![]() | Height | Gets image height in pixels |
![]() | HorizontalHistogram | Gets number of black pixels in each column |
![]() | HorizontalResolution | Gets/Sets horizontal resolution in dots-per-inch(DPI) |
![]() | IsValid | Checks is valid Bitmap has been assigned |
![]() | lineCurvature | Maximum line curvature for line identification (default medium) |
![]() | lineMaxAngle | Maximum line angle in degrees for line identification (default 5.0) |
![]() | lineMaxGap | Maximum gap size in pixel for line identification (default 3) |
![]() | lineMinLength | Minimum length in pixel for line identification (default 100) |
![]() | Pixels | Gets number of black pixels |
![]() | PixelsArea | Gets image rectangle encompassing all image pixels |
![]() | Rotation | Gets image rotation information |
![]() | RotationConfidence | Gets confidence level of the last Rotation measurement |
![]() | SkewAngle | Gets image skew angle in degrees |
![]() | SkewAngleConfidence | Gets confidence level of the last SkewAngle measurement |
![]() | VerticalHistogram | Gets number of black pixels in each row |
![]() | VerticalResolution | Gets/Sets vertical resolution in dots-per-inch(DPI) |
![]() | Width | Gets image width in pixels |
![]() | Zone | Limits image modification or analysis to a rectangular area on an image |