SaveJBIG2SaveFlags property (LEADDlgFile Control)
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