Aspose::Page::EPS::Device::PsSaveOptions class
Contents
[
Hide
]PsSaveOptions class
This class contains options necessary for managing process of converting document to PostScript (PS) or Encapsulated PostScript (EPS) file.
class PsSaveOptions : public Aspose::Page::SaveOptions
Methods
Method | Description |
---|---|
get_BackgroundColor() const | The background color. |
get_EmbedFonts() const | Indicates whether to embed used fonts in PS document. |
get_EmbedFontsAs() const | A type of font in which to embed fonts in PS document. |
get_Margins() const | The margins of the page. |
get_PageSize() const | The size of the page. |
get_SaveFormat() const | The save format of resulting file. |
get_Transparent() const | Indicates if background is transparent. |
PsSaveOptions() | Initializes a new instance of the PsSaveOptions class with default values for flags SuppressErrors (true) and Debug (false). |
PsSaveOptions(bool) | Initializes a new instance of the PsSaveOptions class with default values for flag Debug (false). |
set_BackgroundColor(System::Nullable<System::Drawing::Color>) | The background color. |
set_EmbedFonts(bool) | Indicates whether to embed used fonts in PS document. |
set_EmbedFontsAs(System::String) | A type of font in which to embed fonts in PS document. |
set_Margins(System::SharedPtr<Aspose::Page::Margins>) | The margins of the page. |
set_PageSize(Aspose::Page::Drawing::Size) | The size of the page. |
set_SaveFormat(PsSaveFormat) | The save format of resulting file. |
set_Transparent(bool) | Indicates if background is transparent. |
See Also
- Class SaveOptions
- Namespace Aspose::Page::EPS::Device
- Library Aspose.Page for C++