Aspose::Pdf::Plugins::JpegOptions class

JpegOptions class

Represents Pdf to Jpeg converter options for the Jpeg plugin.

class JpegOptions : public Aspose::Pdf::Plugins::PdfToImageOptions

Methods

MethodDescription
get_OperationName() overrideReturns name of the operation.
get_Quality() constGets and sets Jpeg quality.
JpegOptions()Initializes a new instance of the JpegOptions object.
set_Quality(int32_t)Gets and sets Jpeg quality.

See Also