Size property

Applies to

Description

With this property you can retrieve and specify the batch size used in the Scan module. See the Batch size box in the Batching dialog in the Scan job description (accessed from the Job description dialog).

Syntax

Object.Size

Object.Size[= NewValue]      if Object is a BatchDef object.

Data type

Long

Remarks

This property is read-only for Batch objects. A change of the BatchDef Size is only useful in the ScanBatchDialogShow and ScanBatchDialogClosed events.

Note: If you change the BatchDef Size in the above events, you must use the SetReturnValue method in order for the changes to take effect.

Classic methods

GetScanBatchSize, SetScanBatchSize