C#
VB
C++
Gets or sets the segmentation flags.
public SegmentationOptionsFlags Flags { get; set; }
The segmentation flags.
Flags that control whether to favor or force 1-bit or 2-bit images and whether to search for the background.
Refer to PdfCompressorEngine example.