Aspose::Page::XPS Namespace Reference

Namespaces

 Features
 
 Presentation
 
 Tests
 
 Util
 
 
 XpsModel
 
 XpsPackageParts
 

Classes

class  ApsLoadOptions
 APS document loading options. More...
 
class  DocumentUtils
 This class provides utilities beyond the formal XPS manipulation API. More...
 
class  LoadOptions
 Basic class for document loading options. More...
 
class  NamespaceDoc
 The Aspose.Page.XPS is a root namespace for all classes that deal with XPS document. More...
 
class  XpsDocument
 Class incapsulating the main entity of XPS document that provides manipulation methods for any XPS element. More...
 
class  XpsDocumentVisitor
 
class  XpsLoadOptions
 XPS document loading options. More...
 

Enumerations

enum  ImageMode { ImageMode::FitToWidth = 1, ImageMode::FitToHeight, ImageMode::FitToBox }
 Lists the options of fitting image within a box. More...
 
enum  DocumentOrigin { DocumentOrigin::XPS, DocumentOrigin::APS, DocumentOrigin::EMPTY }
 

Functions

 DECLARE_ENUM_OPERATORS (Aspose::Page::XPS::ImageMode)
 

Enumeration Type Documentation

◆ DocumentOrigin

Enumerator
XPS 
APS 
EMPTY 

◆ ImageMode

Lists the options of fitting image within a box.

Enumerator
FitToWidth 

The image fits to width.

FitToHeight 

The image fits to height.

FitToBox 

The image fits to box.

Function Documentation

◆ DECLARE_ENUM_OPERATORS()

Aspose::Page::XPS::DECLARE_ENUM_OPERATORS ( Aspose::Page::XPS::ImageMode  )