Aspose::Page::EPS::Device::PsSaveFormat enum
PsSaveFormat enum
This enumeration contains available options of saving format. It can be PS or EPS. EPS is used for only 1-paged documents while PS file can contain any number of pages.
enum class PsSaveFormat
Values
Name | Value | Description |
---|---|---|
PS | 0 | This option indicates that resulting document must be PostScript (PS) or Encapsulated PostScript (EPS) file. |
EPS | 1 | This option indicates that resulting document must be Encapsulated PostScript (EPS) file. It is used only for 1-paged documents;. |
See Also
- Namespace Aspose::Page::EPS::Device
- Library Aspose.Page for C++