RequestOutputItemSetUploadOneByOne Method |
Set to true to upload one image per HTTP request; otherwise upload all images in one HTTP request. Default: false.
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public RequestOutputItem SetUploadOneByOne(
bool uploadOneByOne
)
Public Function SetUploadOneByOne (
uploadOneByOne As Boolean
) As RequestOutputItem
public:
RequestOutputItem^ SetUploadOneByOne(
bool uploadOneByOne
)
member SetUploadOneByOne :
uploadOneByOne : bool -> RequestOutputItem
Parameters
- uploadOneByOne
- Type: SystemBoolean
Return Value
Type:
RequestOutputItemSee Also