ImagePreprocessingFiltersCollectionAddScale Method
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
OverloadĀ List
Name | Description | |
---|---|---|
![]() | AddScale | Add Scale image processing filter with default scale factor 2 (x2 enlargement) and interpolation mode. |
![]() | AddScale(Double) | Add Scale image processing filter with specified scale factor and default interpolation mode (HighQualityBicubic). |
![]() | AddScale(Int32) | Add Scale image processing filter with the specified size limit and default interpolation mode (HighQualityBicubic). When the image width or height exceeds the limit, the image proportionally resized to it. |
![]() | AddScale(Double, InterpolationMode) | Add Scale image processing filter with specified scale factor and interpolation mode. |
![]() | AddScale(Int32, Boolean) | Add Scale image processing filter with the specified size limit and default interpolation mode (HighQualityBicubic). When the image width or height exceeds the limit, the image proportionally resized to it. |
![]() | AddScale(Int32, InterpolationMode) | Add Scale image processing filter with specified size limit and interpolation mode. When the image width or height exceeds the limit, the image proportionally resized to it. |
![]() | AddScale(Int32, Boolean, InterpolationMode) | Add Scale image processing filter with specified size limit and interpolation mode. When the image width or height exceeds the limit, the image proportionally resized to it. |
See Also