Accusoft ImagXpress 12
enumJBIG2FileOrgCompression Enumeration
See Also  Send comments on this topic.
AccusoftImagXpress12 ActiveX DLL : enumJBIG2FileOrgCompression Enumeration

Glossary Item Box

Description

Specifies the file organization of the JBIG2 bit stream.

Members

MemberValueDescription
JB2_FileOrg_Default0Default; sequential organization.
JB2_FileOrg_RandomAccess2Random access organization.
JB2_FileOrg_Sequential1Sequential organization.

Remarks

Note: A JBIG2 file may be organized in two ways: sequential or random access.

  • Sequential organization is intended for streaming applications, where the decoder reads and decodes the file in order as the data is received.
  • Random access organization permits the decoder to know the entire file structure, without having to read the entire file, and then uses that information to access the required data in a random-access fashion. This organization is useful for applications such as decoding only odd-number pages.

See Also

©2013. Accusoft Corporation. All Rights Reserved.