JBIG2Flags property (ILEADRasterIO)

Visual Basic Example

Visual C++ Example

 

Syntax

long JBIG2Flags;

Overview

Refer to Saving a Bitmap to a File.

Remarks

Flags that indicate whether to remove unwanted JBIG2 segments and whether to use the dictionary for text symbols. You can use a bit-wise OR (|) to specify more than one flag. Possible values are:

Value

Meaning

Removing the unwanted JBIG2 segments:

JBIG2_REMOVE_MARKER

[0x0001] Remove the two bytes marker from the generic region segment data.

JBIG2_REMOVE_HEADER_SEGMENT

[0x0002] Remove the JBIG2 header.

JBIG2_REMOVE_EOP_SEGMENT

[0x0004] Remove the End Of Page segment.

JBIG2_REMOVE_EOF_SEGMENT

[0x0008] Remove the End Of File segment.

Using dictionary for text symbols:

JBIG2_ENABLE_DICTIONARY

[0x0100] Enable the encoder to use the text symbol dictionary.

The default value is JBIG2_ENABLE_DICTIONARY.

See Also

Elements:

JBIG2TextGBATX1 property, JBIG2TextGBATY1 property, JBIG2TextGBATX2 property, JBIG2TextGBATY2 property, JBIG2TextGBATX3 property, JBIG2TextGBATY3 property, JBIG2TextGBATX4 property, JBIG2TextGBATY4 property, JBIG2ImageTemplateType property, JBIG2ImageFlags property, JBIG2ImageGBATX1 property, JBIG2ImageGBATY1 property, JBIG2ImageGBATX2 property, JBIG2ImageGBATY2 property, JBIG2ImageGBATX3 property, JBIG2ImageGBATY3 property, JBIG2ImageGBATX4 property, JBIG2ImageGBATY4 property, JBIG2TextTemplateType property, JBIG2TextFlags property, JBIG2TextMinSymArea property, JBIG2TextMinSymHeight property, JBIG2TextMinSymWidth property, JBIG2TextMaxSymArea property, JBIG2TextMaxSymWidth property, JBIG2TextMaxSymHeight property, JBIG2TextDifThreshold property, JBIG2YResolution property, JBIG2XResolution property.

Topics:

Raster Images: Saving Files