ImageInformationResize Method |  |
Resizes the image and replaces the internal image object
ImageObject with the new size
Namespace:
SOWIDocument.Helper
Assembly:
SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic void Resize(
double pWidth = 0,
double pHeight = 0
)
Public Sub Resize (
Optional pWidth As Double = 0,
Optional pHeight As Double = 0
)
Parameters
- pWidth (Optional)
- Type: SystemDouble
New width in centimetre - pHeight (Optional)
- Type: SystemDouble
New height in centimetre
Remarks
Can using width or height parameter. The aspect ratio is maintained.
See Also