Aspose::Page::XPS::Presentation::Image::ImageSaveOptions class
Contents
[
Hide
]ImageSaveOptions class
Basic class for XPS-as-image saving options.
class ImageSaveOptions : public Aspose::Page::SaveOptions,
public Aspose::Page::IMultiPageSaveOptions,
public Aspose::Page::XPS::Presentation::IPipelineOptions,
public Aspose::Page::XPS::Presentation::IEventBasedModificationOptions
Methods
Method | Description |
---|---|
get_BatchSize() override | Specifies the size of a portion of pages to pass from node to node. |
get_BeforePageSavingEventHandlers() override | The collection of event handlers that performs modifications to an XPS page just before it is saved. |
get_ImageSize() const | Gets/sets the size of the output images in pixels. |
get_InterpolationMode() const | Gets/sets the interpolation mode. |
get_PageNumbers() override | Gets/sets the array of numbers of pages to convert. |
get_Resolution() const | Gets/sets the image resolution. |
get_SmoothingMode() const | Gets/sets the smoothing mode. |
get_TextRenderingHint() const | Gets/sets the text rendering hint. |
ImageSaveOptions() | Creates new instance of options. |
set_BatchSize(int32_t) override | Specifies the size of a portion of pages to pass from node to node. |
set_ImageSize(System::Drawing::Size) | Gets/sets the size of the output images in pixels. |
set_InterpolationMode(System::Drawing::Drawing2D::InterpolationMode) | Gets/sets the interpolation mode. |
set_PageNumbers(System::ArrayPtr<int32_t>) override | Gets/sets the array of numbers of pages to convert. |
set_Resolution(float) | Gets/sets the image resolution. |
set_SmoothingMode(System::Drawing::Drawing2D::SmoothingMode) | Gets/sets the smoothing mode. |
set_TextRenderingHint(System::Drawing::Text::TextRenderingHint) | Gets/sets the text rendering hint. |
See Also
- Class SaveOptions
- Class IMultiPageSaveOptions
- Class IPipelineOptions
- Class IEventBasedModificationOptions
- Namespace Aspose::Page::XPS::Presentation::Image
- Library Aspose.Page for C++