Enum DataType
DataType enumeration
Represents possible types of data for plugin processing.
public enum 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
- assembly Aspose.Page