Flags Property

Summary

Gets or sets the segmentation flags.

Syntax
C#
VB
C++
public SegmentationOptionsFlags Flags { get; set; } 
Public Property Flags As SegmentationOptionsFlags 
public: 
property SegmentationOptionsFlags Flags { 
   SegmentationOptionsFlags get(); 
   void set (    SegmentationOptionsFlags ); 
} 

Property Value

The segmentation flags.

Remarks

Flags that control whether to favor or force 1-bit or 2-bit images and whether to search for the background.

Example

Refer to PdfCompressorEngine example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.PdfCompressor Assembly