Aspose::Pdf::PptxSaveOptions class
Contents
[
Hide
]PptxSaveOptions class
Save options for export to SVG format.
class PptxSaveOptions : public Aspose::Pdf::UnifiedSaveOptions
Methods
Method | Description |
---|---|
get_CustomProgressHandler() const | 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 : |
get_ImageResolution() const | Gets the image resolution (dpi). Default is 192 dpi. |
get_OptimizeTextBoxes() const | Toggles text columns recognition. |
get_SeparateImages() const | If set to true then images are separated from all other graphics. |
get_SlidesAsImages() const | If 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
- Class UnifiedSaveOptions
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++