Aspose::Page::Plugins::PsConverterToImageOptions::PsConverterToImageOptions constructor

PsConverterToImageOptions::PsConverterToImageOptions() constructor

Initializes new instance of the PsConverterToImageOptions object with default options.

Aspose::Page::Plugins::PsConverterToImageOptions::PsConverterToImageOptions()

See Also

PsConverterToImageOptions::PsConverterToImageOptions(Aspose::Page::Drawing::Imaging::ImageFormat) constructor

Initializes new instance of the PsConverterToImageOptions object with image format.

Aspose::Page::Plugins::PsConverterToImageOptions::PsConverterToImageOptions(Aspose::Page::Drawing::Imaging::ImageFormat imageFormat)
ParameterTypeDescription
imageFormatAspose::Page::Drawing::Imaging::ImageFormatA format of resulting image.

See Also

PsConverterToImageOptions::PsConverterToImageOptions(Aspose::Page::Drawing::Imaging::ImageFormat, Aspose::Page::Drawing::Size) constructor

Initializes new instance of the PsConverterToImageOptions object with image format and a size of the resulting image.

Aspose::Page::Plugins::PsConverterToImageOptions::PsConverterToImageOptions(Aspose::Page::Drawing::Imaging::ImageFormat imageFormat, Aspose::Page::Drawing::Size size)
ParameterTypeDescription
imageFormatAspose::Page::Drawing::Imaging::ImageFormatA format of resulting image.
sizeAspose::Page::Drawing::SizeA size the resulting image.

See Also

PsConverterToImageOptions::PsConverterToImageOptions(Aspose::Page::Drawing::Size) constructor

Initializes new instance of the PsConverterToImageOptions object with a size of the resulting image.

Aspose::Page::Plugins::PsConverterToImageOptions::PsConverterToImageOptions(Aspose::Page::Drawing::Size size)
ParameterTypeDescription
sizeAspose::Page::Drawing::SizeA size the resulting image.

See Also