Aspose::Page::Plugins::PsConverterToImageOptions class

PsConverterToImageOptions class

Represents PS/EPS to Image converter options for PsConverter plugin.

class PsConverterToImageOptions : public Aspose::Page::Plugins::PsConverterOptions

Methods

MethodDescription
get_ImageFormat() constGets/sets the image type.
get_OperationName() overrideReturns operation name.
get_Resolution() constGets/sets the image resolution.
get_Size() constGets/sets the size of the resulting image.
get_SmoothingMode() constGets/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