DocSaveOptionsBatchSize Property |
Defines batch size if batched conversion is applicable
to source and destination formats pair.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic int BatchSize { get; set; }
Public Property BatchSize As Integer
Get
Set
public:
virtual property int BatchSize {
int get () sealed;
void set (int value) sealed;
}
abstract BatchSize : int with get, set
override BatchSize : int with get, set
Property Value
Type:
Int32Implements
IPipelineOptionsBatchSize
See Also