Aspose::Page::Plugins::DataType enum
DataType enum
Represents possible types of data for plugin processing.
enum class DataType
Values
| Name | Value | Description |
|---|---|---|
| File | 0 | Data type is a file represented by the path to it. |
| Stream | 1 | Data type is a stream. |
| ByteArray | 2 | Data type is a byte array. |
See Also
- Namespace Aspose::Page::Plugins
- Library Aspose.Page for C++