Aspose::Page::EPS Namespace Reference

Namespaces

 Device
 
 Graphics2d
 
 GraphicsIO
 
 Postscript
 
 Ps
 
 Ps2Aps
 
 Ps2Pdf
 
 Util
 
 XMP
 

Classes

class  BinaryHeader
 
class  Details_PsConverterException
 This class contains information about an error that is thrown while PS file is converted to PDF document.
 
class  Details_PsDocumentException
 This class contains information about an error that is thrown while PostScript file is created, edited and saved.
 
class  FontConstants
 This class defines a set of constants for saving fonts. More...
 
class  GradientBrush
 This class is used for encapsulating LinearGradientBrush and PathGradientBrush with possibility to set wrap mode to clamp. Native gradient brushes always throw an exception when someone tries to set WrapMode property to WrapMode.Clamp. More...
 
class  LoadOptions
 Basic class for document loading options. More...
 
class  NamespaceDoc
 The Aspose.Page.EPS is a root namespace for all classes that deal with PS/EPS files. More...
 
class  PageConstants
 This class defines a set of constants which describe a page. Convenience objects are provided for various margins, orientations, rescaling, and standard page sizes. More...
 
class  PsDocument
 This class encapsulates PS/EPS documents. More...
 
class  PsLoadOptions
 PS document loading options. More...
 

Typedefs

using PsConverterException = System::ExceptionWrapper< Details_PsConverterException >
 
using PsDocumentException = System::ExceptionWrapper< Details_PsDocumentException >
 

Enumerations

enum  DocumentFormat { DocumentFormat::PS, DocumentFormat::APS }
 Enumerates source file formats to convert (if not PS) into PS before creating PS document. More...
 

Typedef Documentation

◆ PsConverterException

using Aspose::Page::EPS::PsConverterException = typedef System::ExceptionWrapper<Details_PsConverterException>

◆ PsDocumentException

using Aspose::Page::EPS::PsDocumentException = typedef System::ExceptionWrapper<Details_PsDocumentException>

Enumeration Type Documentation

◆ DocumentFormat

Enumerates source file formats to convert (if not PS) into PS before creating PS document.

Enumerator
PS 

PS format. Default.

APS 

Internal XML model called APS