public interface IPipelineOptions
Defines conversion options related to pipeline configuration.
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchSize()
Returns the size of a portion of pages to pass from node to node.
|
void |
setBatchSize(int value)
Sets the size of a portion of pages to pass from node to node.
|
int getBatchSize()
Returns the size of a portion of pages to pass from node to node.
void setBatchSize(int value)
Sets the size of a portion of pages to pass from node to node.
value - The size of a portion of pages to pass from node to node.Copyright © 2025 Aspose. All Rights Reserved.