Aspose::Words::Saving::ImageSaveOptions::get_PixelFormat method

ImageSaveOptions::get_PixelFormat method

Gets or sets the pixel format for the generated images.

Aspose::Words::Saving::ImagePixelFormat Aspose::Words::Saving::ImageSaveOptions::get_PixelFormat() const

Remarks

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

The default value is Format32BppArgb.

Pixel format of the output image may differ from the set value because of work of GDI+.

See Also