SaveJBIG2Flags property (LEADDlgFile Control)

C++ Builder Example

Delphi Example

 

Builder Syntax

unsigned SaveJBIG2Flags

Delphi Syntax

SaveJBIG2Flags: L_UINT

Overview

Refer to Using Imaging Common Dialogs.

Remarks

Gets or sets a value used in the Save Dialog Box that indicates 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

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:

SaveJBIG2ImageTemplateType property, SaveJBIG2ImageGBATX1 property, SaveJBIG2ImageGBATY1 property, SaveJBIG2ImageGBATX2 property, SaveJBIG2ImageGBATY2 property, SaveJBIG2ImageGBATX3 property, SaveJBIG2ImageGBATY3 property, SaveJBIG2ImageGBATX4 property, SaveJBIG2ImageGBATY4 property, SaveJBIG2ImageQFactor property, SaveJBIG2ImageFlags property, SaveJBIG2TextTemplateType property, SaveJBIG2TextGBATX1 property, SaveJBIG2TextGBATY1 property, SaveJBIG2TextGBATX2 property, SaveJBIG2TextGBATY2 property, SaveJBIG2TextGBATX3 property, SaveJBIG2TextGBATY3 property, SaveJBIG2TextGBATX4 property, SaveJBIG2TextGBATY4 property, SaveJBIG2TextMinSymArea property, SaveJBIG2TextMinSymWidth property, SaveJBIG2TextMinSymHeight property, SaveJBIG2TextMaxSymArea property, SaveJBIG2TextMaxSymWidth property, SaveJBIG2TextMaxSymHeight property, SaveJBIG2TextDifThreshold property, SaveJBIG2TextQFactor property, SaveJBIG2TextFlags property, SaveJBIG2XResolution property, SaveJBIG2YResolution property

Topics:

Imaging Common Dialogs: Properties, Methods, and Events