Aspose::Pdf::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.

See Also