Aspose::Words::Saving::DownsampleOptions class

DownsampleOptions class

Allows to specify downsample options. To learn more, visit the Save a Document documentation article.

class DownsampleOptions : public System::Object

Methods

MethodDescription
DownsampleOptions()
get_DownsampleImages() constSpecifies whether images should be downsampled.
get_Resolution() constSpecifies the resolution in pixels per inch which the images should be downsampled to.
get_ResolutionThreshold() constSpecifies the threshold resolution in pixels per inch. If resolution of an image in the document is less than threshold value, the downsampling algorithm will not be applied. A value of 0 means the threshold check is not used and all images that can be reduced in size are downsampled.
GetType() const override
Is(const System::TypeInfo&) const override
set_DownsampleImages(bool)Specifies whether images should be downsampled.
set_Resolution(int32_t)Specifies the resolution in pixels per inch which the images should be downsampled to.
set_ResolutionThreshold(int32_t)Setter for Aspose::Words::Saving::DownsampleOptions::get_ResolutionThreshold.
static Type()

See Also