Aspose::Page::EPS::Device::ImageSaveOptions class

ImageSaveOptions class

This class contains options necessary for managing image saving process.

class ImageSaveOptions : public Aspose::Page::SaveOptions

Methods

MethodDescription
get_ImageFormat() constGets/sets an image format for resulting image.
get_Resolution() constGets/sets the image resolution.
get_SmoothingMode() constGets/sets the smoothing mode for rendering image.
get_TryJoinImageFragments() constThe flag for combining image fragments into one picture.
ImageSaveOptions()Initializes a new instance of the ImageSaveOptions class with default values for flags SuppressErrors (true) and Debug (false).
ImageSaveOptions(Aspose::Page::Drawing::Imaging::ImageFormat)Initializes a new instance of the ImageSaveOptions with with specified image format.
ImageSaveOptions(Aspose::Page::Drawing::Size)Initializes a new instance of the ImageSaveOptions with with specified size of the image.
ImageSaveOptions(Aspose::Page::Drawing::Size, Aspose::Page::Drawing::Imaging::ImageFormat)Initializes a new instance of the ImageSaveOptions with with specified size of the image and image format.
ImageSaveOptions(Aspose::Page::Drawing::Imaging::ImageFormat, bool)Initializes a new instance of the ImageSaveOptions with with specified image format.
ImageSaveOptions(Aspose::Page::Drawing::Size, bool)Initializes a new instance of the ImageSaveOptions with with specified size.
ImageSaveOptions(Aspose::Page::Drawing::Size, Aspose::Page::Drawing::Imaging::ImageFormat, bool)Initializes a new instance of the ImageSaveOptions with with specified size of the image and image format.
ImageSaveOptions(bool)Initializes a new instance of the ImageSaveOptions with default value for flag Debug (false).
set_ImageFormat(Aspose::Page::Drawing::Imaging::ImageFormat)Gets/sets an image format for resulting image.
set_Resolution(float)Gets/sets the image resolution.
set_SmoothingMode(System::Nullable<Aspose::Page::Drawing::Drawing2D::SmoothingMode>)Gets/sets the smoothing mode for rendering image.
set_TryJoinImageFragments(bool)The flag for combining image fragments into one picture.

See Also