Aspose::Words::Saving::ImageSaveOptions::get_ImageSize method

ImageSaveOptions::get_ImageSize method

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

System::Drawing::Size Aspose::Words::Saving::ImageSaveOptions::get_ImageSize() const

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