Aspose::Page::Plugins::PsConverterToImageOptions class
Contents
[
Hide
]PsConverterToImageOptions class
Represents PS/EPS to Image converter options for PsConverter plugin.
class PsConverterToImageOptions : public Aspose::Page::Plugins::PsConverterOptions
Methods
Method | Description |
---|---|
get_ImageFormat() const | Gets/sets the image type. |
get_OperationName() override | Returns operation name. |
get_Resolution() const | Gets/sets the image resolution. |
get_Size() const | Gets/sets the size of the resulting image. |
get_SmoothingMode() const | Gets/sets the smoothing mode for rendering image. |
PsConverterToImageOptions() | Initializes new instance of the PsConverterToImageOptions object with default options. |
PsConverterToImageOptions(Aspose::Page::Drawing::Imaging::ImageFormat) | Initializes new instance of the PsConverterToImageOptions object with image format. |
PsConverterToImageOptions(Aspose::Page::Drawing::Size) | Initializes new instance of the PsConverterToImageOptions object with a size of the resulting image. |
PsConverterToImageOptions(Aspose::Page::Drawing::Imaging::ImageFormat, Aspose::Page::Drawing::Size) | Initializes new instance of the PsConverterToImageOptions object with image format and a size of the resulting image. |
set_ImageFormat(Aspose::Page::Drawing::Imaging::ImageFormat) | Gets/sets the image type. |
set_Resolution(float) | Gets/sets the image resolution. |
set_Size(Aspose::Page::Drawing::Size) | Gets/sets the size of the resulting image. |
set_SmoothingMode(System::Nullable<Aspose::Page::Drawing::Drawing2D::SmoothingMode>) | Gets/sets the smoothing mode for rendering image. |
See Also
- Class PsConverterOptions
- Namespace Aspose::Page::Plugins
- Library Aspose.Page for C++