Package com.realobjects.pdfreactor
Class Configuration.SegmentationSettings
java.lang.Object
com.realobjects.pdfreactor.Configuration.SegmentationSettings
- Enclosing class:
Configuration
A type containing settings for segmenting input documents.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionsetEnabled
(Boolean enabled) Enables or disables segmentation.setSegmentSize
(Integer segmentSize) The preferred size (in number of pages) of the segments into which the conversion will be split.
-
Constructor Details
-
SegmentationSettings
public SegmentationSettings()
-
-
Method Details
-
setEnabled
Enables or disables segmentation.
-
setSegmentSize
The preferred size (in number of pages) of the segments into which the conversion will be split.
Valid values range from 10 to 1000. Values of 0 or less default to 1,000.
-