Click or drag to resize

ImageInformationResize Method

Resizes the image and replaces the internal image object ImageObject with the new size

Namespace:  SIC.OpenDocumentFormat
Assembly:  SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public void Resize(
	double pWidth = 0,
	double pHeight = 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