Aspose::Page::Plugins namespace
Contents
[
Hide
]The Aspose.Page.Plugins is a root namespace for all classes of Aspose.Page.Plugins classes which are either directly in it like PsConverter or indirectly through several subnamespaces.
Classes
Class | Description |
---|---|
ByteArrayDataSource | Represents byte array data source for save operations of a plugin. |
ByteArrayResult | Represents operation result in the form of the bytes array. |
FileDataSource | Represents file data source for load and save operations of a plugin. |
FileResult | Represents operation result in the form of string path to file. |
IDataContainer | General data container interface that defines common methods that concrete data container (plugin options) should implement. |
IDataSource | General data source interface that defines common members that concrete data sources should implement. |
IOperationResult | General operation result interface that defines common methods that concrete plugin operation result should implement. |
IPlugin | General plugin interface that defines common methods that concrete plugin should implement. |
IPluginOptions | General plugin option interface that defines common methods that concrete plugin option should implement. |
ISaveInstruction | General save instruction interface that defines common members that concrete plugin option should implement. |
PsConverter | |
PsConverterOptions | Represents options for PsConverter plugin. |
PsConverterToImageOptions | Represents PS/EPS to Image converter options for PsConverter plugin. |
PsConverterToPdfOptions | Represents PS/EPS to PDF converter options for PsConverter plugin. |
ResultContainer | Represents container that contains the result collection of processing the plugin. |
StreamDataSource | Represents stream data source for load and save operations of a plugin. |
StreamResult | Represents operation result in the form of Stream. |
StringResult | Represents operation result in the form of string. |
XpsConverter | |
XpsConverterOptions | Represents options for XpsConverter plugin. |
XpsConverterToImageOptions | Represents XPS to Image converter options for XpsConverter plugin. |
XpsConverterToPdfOptions | Represents XPS to PDF converter options for XpsConverter plugin. |
Enums
Enum | Description |
---|---|
DataType | Represents possible types of data for plugin processing. |