Change Width & Height of image

Hi Team
need to convert multiple image format file into jpg using aspose.Imaging.dll
can I resize the output image( need to change width & height of an output image) …?
Aspose.Imaging.ImageOptions.JpegOptions saveOptions = new Aspose.Imaging.ImageOptions.JpegOptions();

in saveOptions i am not getting height & width property
can we change the height & width …?
please provide the solution

@RaeesBeg
Please look at
Resize JPG images via .NET | products.aspose.com for example of image resize.