Aspose::Page::EPS::Device::PsSaveOptions class

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

MethodDescription
get_BackgroundColor() constThe background color.
get_EmbedFonts() constIndicates whether to embed used fonts in PS document.
get_EmbedFontsAs() constA type of font in which to embed fonts in PS document.
get_Margins() constThe margins of the page.
get_PageSize() constThe size of the page.
get_SaveFormat() constThe save format of resulting file.
get_Transparent() constIndicates 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