Namespace Aspose.Page.Plugins
Namespace Aspose.Page.Plugins
Classes
| Class Name | 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. |
| PsConverter | PsConverterOptions Represents options for Aspose.Page.Plugins.PsConverter plugin. |
| PsConverterToImageOptions | Represents PS/EPS to Image converter options for Aspose.Page.Plugins.PsConverter plugin. |
| PsConverterToPdfOptions | Represents PS/EPS to PDF converter options for Aspose.Page.Plugins.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 Aspose.Page.Plugins.XpsConverter plugin. |
| XpsConverterToImageOptions | Represents XPS to Image converter options for Aspose.Page.Plugins.XpsConverter plugin. |
| XpsConverterToPdfOptions | Represents XPS to PDF converter options for Aspose.Page.Plugins.XpsConverter plugin. |
Interfaces
| Interface Name | Description |
|---|---|
| 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. |
Enums
| Enum Name | Description |
|---|---|
| DataType | Represents possible types of data for plugin processing. |