imageSize2 property

ImageSaveOptions.imageSize2 property

Gets or sets the size of a generated image in pixels.

get imageSize2(): Aspose.Words.JSSize

Remarks

This property has effect only when saving to raster image formats.

The default value is (0 x 0), which means that the size of the generated image will be calculated according to the size of the image in points, the specified resolution and scale.

See Also