Enum DataType

Enum DataType

Namespace: Aspose.Page.Plugins
Assembly: Aspose.Page.dll (25.1.2)

Represents possible types of data for plugin processing.

public enum DataType

Fields

ByteArray = 2

Data type is a byte array.

File = 0

Data type is a file represented by the path to it.

Stream = 1

Data type is a stream.

 English