Aspose::Page::EPS::Device::PdfSaveOptions class
Contents
[
Hide
]PdfSaveOptions class
This class contains input and output streams and other options necessary for managing conversion process.
class PdfSaveOptions : public Aspose::Page::SaveOptions
Methods
Method | Description |
---|---|
PdfSaveOptions() | Initializes a new instance of the PdfSaveOptions class with default values for flags SuppressErrors (true) and Debug (false). |
PdfSaveOptions(bool) | Initializes a new instance of the PdfSaveOptions class with default values for flag Debug (false). |
PdfSaveOptions(Aspose::Page::Drawing::Size) | Initializes a new instance of the PdfSaveOptions with with specified size of the page. |
PdfSaveOptions(bool, Aspose::Page::Drawing::Size) | Initializes a new instance of the PdfSaveOptions class with default values for flag Debug (false) and with specified size of the page. |
See Also
- Class SaveOptions
- Namespace Aspose::Page::EPS::Device
- Library Aspose.Page for C++