Aspose::Page::EPS::Device Namespace Reference

Classes

class  ApsDevice
 
class  ImageBytesContainer
 
class  ImageDevice
 This class encapsulates rendering of document to image. More...
 
class  ImageSaveOptions
 This class contains options necessary for managing image saving process. More...
 
class  NamespaceDoc
 The Aspose.Page.EPS.Device namespace provides classes of possible devices and save options that can be used while converting PS/EPS to other formats. More...
 
class  PdfCanvas
 
class  PdfDevice
 This class encapsulates rendering of document to PDF. More...
 
class  PdfImage
 
class  PdfNode
 
class  PdfPath
 
class  PdfSaveOptions
 This class contains input and output streams and other options necessary for managing conversion process. More...
 
class  PdfText
 
class  PsSaveOptions
 This class contains options necessary for managing process of converting document to PostScript (PS) or Encapsulated PostScript (EPS) file. More...
 

Enumerations

enum  PdfNodeType { PdfNodeType::Canvas, PdfNodeType::Text, PdfNodeType::Path, PdfNodeType::Image }
 
enum  PsSaveFormat { PsSaveFormat::PS, PsSaveFormat::EPS }
 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. More...
 

Enumeration Type Documentation

◆ PdfNodeType

Enumerator
Canvas 
Text 
Path 
Image 

◆ PsSaveFormat

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.

Enumerator
PS 

This option indicates that resulting document must be PostScript (PS) or Encapsulated PostScript (EPS) file.

EPS 

This option indicates that resulting document must be Encapsulated PostScript (EPS) file. It is used only for 1-paged documents;