IImagePreprocessingFiltersCollectionAddScale Method ByteScout PDF Extractor SDK
Overload List

  NameDescription
Public methodAddScale
Adds "Scale" image filter with default scale factor 2 (x2 enlargement) and interpolation mode.
Public methodAddScale(Double)
Adds "Scale" image filter with specified scale factor and default interpolation mode (HighQualityBicubic).
Public methodAddScale(Int32)
Adds "Scale" image 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.
Public methodAddScale(Double, InterpolationMode)
Adds "Scale" image filter with specified scale factor and interpolation mode.
Public methodAddScale(Int32, InterpolationMode)
Adds "Scale" image filter with specified size limit and interpolation mode. When the image width or height exceeds the limit, the image proportionally resized to it.
Top
See Also

Reference