ImageSize Constructor (Int32, Int32)

Initializes width and height to the given values in pixels. Initializes resolution to 96 dpi.

Namespace:  Aspose.Words.Drawing
Assembly:  Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntax
public ImageSize(
	int widthPixels,
	int heightPixels
)

Parameters

widthPixels
Type: SystemInt32
Width in pixels.
heightPixels
Type: SystemInt32
Height in pixels.
See Also