JBIG2TextFlags property (ILEADRasterDlgFile)

Visual Basic example

Visual C++ example

 

Syntax

long JBIG2TextFlags;

Overview

Refer to Using Imaging Common Dialogs.

Remarks

Flag that indicates whether to keep all dictionary symbols or remove unrepeated symbols from the dictionary. Possible values are:

Value

Meaning

JBIG2_TEXT_REMOVEUNREPEATEDSYM

[0x1000] Remove unrepeated symbols from the dictionary. When this flag is used those symbols in the dictionary which do not have any match in the bitmap are removed from the text dictionary to be encoded as non-text, resulting in a smaller file size.

JBIG2_TEXT_KEEPALLSYM

[0x2000] Keep all dictionary symbols.

The default value is JBIG2_TEXT_KEEPALLSYM.

See Also

Elements:

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

Topics:

Imaging Common Dialogs: Properties, Methods, and Events.