Name | Description | |
---|---|---|
![]() | BitDepth | Gets a number of bits per sample. |
![]() | BitPerPixel | Gets a number of bits per pixel. |
![]() | Height | Gets an image height. |
![]() | Resolution | Gets an image resolution. |
![]() | Width | Gets an image width. |
Name | Description | |
---|---|---|
![]() | BitDepth | Gets a number of bits per sample. |
![]() | BitPerPixel | Gets a number of bits per pixel. |
![]() | Height | Gets an image height. |
![]() | Resolution | Gets an image resolution. |
![]() | Width | Gets an image width. |
Name | Description | |
---|---|---|
![]() | ChangeBrightness | Changes the brightness of the image. |
![]() | ChangeContrast | Changes the contrast of the image. |
![]() | Crop | Crops specified region of an image. |
![]() | Deskew | Deskew an image, i.e. detects a correct position of image. |
![]() | Despeckle | Removes noise from image. |
![]() | DetectBorder | Detects the border around the image. |
![]() | GetAsBase64String | Returns this image as Base64-string. |
![]() | GetAsVintasoftBitmap | Returns this image as VintasoftBitmap object. |
![]() | GetThumbnailAsBase64String | Returns a thumbnail image as Base64-string. |
![]() | GetThumbnailAsVintasoftBitmap | Returns a thumbnail image as VintasoftBitmap object. |
![]() | Invert | Inverts the image. |
![]() | IsBlank | Returns a value indicating whether this image is a blank image. |
![]() | ResizeCanvas | Changes size of image canvas. |
![]() | Rotate | Rotates this image to specified angle. |
![]() | Save | Overloaded. Saves this image to a specified stream in the specified format and with specified encoder settings. |
Name | Description | |
---|---|---|
![]() | Processed | Occurs when image processing ends. |
![]() | Processing | Occurs when image processing starts. |
![]() | ProcessingCanceled | Occurs when image processing is canceled. |
![]() | Progress | Occurs when image processing is in progress. |