CdrImagePageResize Method (Int32, Int32, ImageResizeSettings) |
Resizes the image.
Namespace: Aspose.Imaging.FileFormats.CdrAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic override void Resize(
int newWidth,
int newHeight,
ImageResizeSettings settings
)
Public Overrides Sub Resize (
newWidth As Integer,
newHeight As Integer,
settings As ImageResizeSettings
)
public:
virtual void Resize(
int newWidth,
int newHeight,
ImageResizeSettings^ settings
) override
abstract Resize :
newWidth : int *
newHeight : int *
settings : ImageResizeSettings -> unit
override Resize :
newWidth : int *
newHeight : int *
settings : ImageResizeSettings -> unit
Parameters
- newWidth
- Type: SystemInt32
The new width. - newHeight
- Type: SystemInt32
The new height. - settings
- Type: Aspose.ImagingImageResizeSettings
The resize settings.
ExceptionsException | Condition |
---|
NotImplementedException | |
See Also