Aspose::Page::EPS::Device::ImageSaveOptions class
Contents
[
Hide
]ImageSaveOptions class
This class contains options necessary for managing image saving process.
class ImageSaveOptions : public Aspose::Page::SaveOptions
Methods
Method | Description |
---|---|
get_ImageFormat() const | Gets/sets an image format for resulting image. |
get_Resolution() const | Gets/sets the image resolution. |
get_SmoothingMode() const | Gets/sets the smoothing mode for rendering image. |
get_TryJoinImageFragments() const | The 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
- Class SaveOptions
- Namespace Aspose::Page::EPS::Device
- Library Aspose.Page for C++