CdrImagePageResize Method (Int32, Int32, ResizeType) |
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,
ResizeType resizeType
)
Public Overrides Sub Resize (
newWidth As Integer,
newHeight As Integer,
resizeType As ResizeType
)
public:
virtual void Resize(
int newWidth,
int newHeight,
ResizeType resizeType
) override
abstract Resize :
newWidth : int *
newHeight : int *
resizeType : ResizeType -> unit
override Resize :
newWidth : int *
newHeight : int *
resizeType : ResizeType -> unit
Parameters
- newWidth
- Type: SystemInt32
The new width. - newHeight
- Type: SystemInt32
The new height. - resizeType
- Type: Aspose.ImagingResizeType
The resize type.
ExceptionsException | Condition |
---|
NotImplementedException | |
See Also