Aspose::TeX::Presentation::SaveOptions class
Contents
[
Hide
]SaveOptions class
Basic class for document saving options.
class SaveOptions : public System::Object
Methods
| Method | Description |
|---|---|
| get_RasterizeFormulas() const | Gets/sets the flag that allows to rasterize math formulas. |
| get_RasterizeIncludedGraphics() const | Gets/sets the flag that allows to rasterize PS/EPS and/or XPS/OXPS included graphics. |
| get_SubsetFonts() const | Gets/sets the flag indicating whether to subset fonts in output file or not. |
| set_RasterizeFormulas(bool) | Gets/sets the flag that allows to rasterize math formulas. |
| set_RasterizeIncludedGraphics(bool) | Gets/sets the flag that allows to rasterize PS/EPS and/or XPS/OXPS included graphics. |
| set_SubsetFonts(bool) | Gets/sets the flag indicating whether to subset fonts in output file or not. |
See Also
- Class Object
- Namespace Aspose::TeX::Presentation
- Library Aspose.TeX for C++