public final class DataType
extends com.aspose.ms.System.Enum
Represents possible types of data for plugin processing.
| Modifier and Type | Field and Description |
|---|---|
static int |
ByteArray
Data type is a stream.
|
static int |
File
Data type is a file represented by the path to it.
|
static int |
Stream
Data type is a stream.
|
public static final int File
Data type is a file represented by the path to it.
public static final int Stream
Data type is a stream.
public static final int ByteArray
Data type is a stream.
Copyright © 2025 Aspose. All Rights Reserved.