Aspose::Page::XPS::Presentation::Image::ImageSaveOptions class

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

MethodDescription
get_BatchSize() overrideSpecifies the size of a portion of pages to pass from node to node.
get_BeforePageSavingEventHandlers() overrideThe collection of event handlers that performs modifications to an XPS page just before it is saved.
get_ImageSize() constGets/sets the size of the output images in pixels.
get_InterpolationMode() constGets/sets the interpolation mode.
get_PageNumbers() overrideGets/sets the array of numbers of pages to convert.
get_Resolution() constGets/sets the image resolution.
get_SmoothingMode() constGets/sets the smoothing mode.
get_TextRenderingHint() constGets/sets the text rendering hint.
ImageSaveOptions()Creates new instance of options.
set_BatchSize(int32_t) overrideSpecifies 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>) overrideGets/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