Aspose::Page::Plugins::DataType enum

DataType enum

Represents possible types of data for plugin processing.

enum class DataType

Values

NameValueDescription
File0Data type is a file represented by the path to it.
Stream1Data type is a stream.
ByteArray2Data type is a byte array.

See Also