Aspose::Pdf::PdfSaveOptions class
Contents
[
Hide
]PdfSaveOptions class
Save options for export to Pdf format.
class PdfSaveOptions : public Aspose::Pdf::SaveOptions
Methods
Method | Description |
---|---|
get_DefaultFontName() const | Font name used by default for fonts which are absent on computer. When the PDF document that is saved into PDF contains fonts, that are not available in the document itself and on the device, API replaces this fonts with the default font(if font with DefaultFontName is found on device) |
get_TempPath() const | Path for temporary files. |
PdfSaveOptions() | Constructor. |
set_DefaultFontName(System::String) | Font name used by default for fonts which are absent on computer. When the PDF document that is saved into PDF contains fonts, that are not available in the document itself and on the device, API replaces this fonts with the default font(if font with DefaultFontName is found on device) |
set_TempPath(System::String) | Path for temporary files. |
See Also
- Class SaveOptions
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++