Aspose::Page::Plugins Namespace Reference

Classes

class  ByteArrayDataSource
 Represents byte array data source for save operations of a plugin. More...
 
class  ByteArrayResult
 Represents operation result in the form of the bytes array. More...
 
class  FileDataSource
 Represents file data source for load and save operations of a plugin. More...
 
class  FileResult
 Represents operation result in the form of string path to file. More...
 
class  IDataContainer
 General data container interface that defines common methods that concrete data container (plugin options) should implement. More...
 
class  IDataSource
 General data source interface that defines common members that concrete data sources should implement. More...
 
class  IOperationResult
 General operation result interface that defines common methods that concrete plugin operation result should implement. More...
 
class  IPlugin
 General plugin interface that defines common methods that concrete plugin should implement. More...
 
class  IPluginOptions
 General plugin option interface that defines common methods that concrete plugin option should implement. More...
 
class  ISaveInstruction
 General save instruction interface that defines common members that concrete plugin option should implement. More...
 
class  PsConverter
 
class  PsConverterOptions
 Represents options for PsConverter plugin. More...
 
class  PsConverterToImageOptions
 Represents PS/EPS to Image converter options for PsConverter plugin. More...
 
class  PsConverterToPdfOptions
 Represents PS/EPS to PDF converter options for PsConverter plugin. More...
 
class  ResultContainer
 Represents container that contains the result collection of processing the plugin. More...
 
class  StreamDataSource
 Represents stream data source for load and save operations of a plugin. More...
 
class  StreamResult
 Represents operation result in the form of Stream. More...
 
class  StringResult
 Represents operation result in the form of string. More...
 
class  XpsConverter
 
class  XpsConverterOptions
 Represents options for XpsConverter plugin. More...
 
class  XpsConverterToImageOptions
 Represents XPS to Image converter options for XpsConverter plugin. More...
 
class  XpsConverterToPdfOptions
 Represents XPS to PDF converter options for XpsConverter plugin. More...
 

Enumerations

enum  DataType { DataType::File, DataType::Stream, DataType::ByteArray }
 Represents possible types of data for plugin processing. More...
 

Enumeration Type Documentation

◆ DataType

Represents possible types of data for plugin processing.

Enumerator
File 

Data type is a file represented by the path to it.

Stream 

Data type is a stream.

ByteArray 

Data type is a byte array.