Aspose::Pdf::PptxSaveOptions class

PptxSaveOptions class

Save options for export to SVG format.

class PptxSaveOptions : public Aspose::Pdf::UnifiedSaveOptions

Methods

MethodDescription
get_CustomProgressHandler() constThis handler can be used to handle conversion progress events f.e. it can be used to show progress bar or messages about current amount of processed pages, example of handler’s code that shows progress on console is :
get_ImageResolution() constGets the image resolution (dpi). Default is 192 dpi.
get_OptimizeTextBoxes() constToggles text columns recognition.
get_SeparateImages() constIf set to true then images are separated from all other graphics.
get_SlidesAsImages() constIf set to true then all the content is recognized as images (one per page)
PptxSaveOptions()Constructor.
set_CustomProgressHandler(UnifiedSaveOptions::ConversionProgressEventHandler)This handler can be used to handle conversion progress events f.e. it can be used to show progress bar or messages about current amount of processed pages, example of handler’s code that shows progress on console is :
set_ImageResolution(int32_t)Sets the image resolution (dpi). Default is 192 dpi.
set_OptimizeTextBoxes(bool)Toggles text columns recognition.
set_SeparateImages(bool)If set to true then images are separated from all other graphics.
set_SlidesAsImages(bool)If set to true then all the content is recognized as images (one per page)

See Also