SaveJBIG2SaveFlags property (LEADDlgFile Control)

C++ Builder example

Delphi example

 

Builder Syntax

unsigned SaveJBIG2SaveFlags;

Delphi Syntax

SaveJBIG2SaveFlags: L_UINT32

Overview

Refer to Using Imaging Common Dialogs.

Remarks

Gets or sets the JBIG2 save flags in the Save Dialog Box.

Flags that indicates the unwanted JBIG2 segments and whether to use the typical prediction (TP) in the Save dialog box. You can use a bit wise OR (|) to specify more than one flag. Possible values are:

Value

Meaning

FLAG_JBIG2_REMOVE_MARKER

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

FLAG_JBIG2_REMOVE_HEADER_SEGMENT

[0x0002] Removes JBIG2 header.

FLAG_JBIG2_REMOVE_EOP_SEGMENT

[0x0004] Removes End Of Page segment.

FLAG_JBIG2_REMOVE_EOF_SEGMENT

[0x0008] Removes End Of File segment.

FLAG_JBIG2_TPON

[0x0010] Uses typical prediction (TP) while encoding.

See Also

Elements:

ShowSaveDlg method, SaveJBIG2TemplateType property, SaveJBIG2GBATX1 property, SaveJBIG2GBATY1 property, SaveJBIG2GBATX2 property, SaveJBIG2GBATY2 property, SaveJBIG2GBATX3 property, SaveJBIG2GBATY3 property, SaveJBIG2GBATX4 property, SaveJBIG2GBATY4 property.

Topics:

Imaging Common Dialogs: Properties, Methods, and Events