Accusoft ImagXpress 12
SaveJBIG2FileOrgCompression Property
See Also  Send comments on this topic.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : SaveJBIG2FileOrgCompression Property

Glossary Item Box

Description

Gets and sets the file organization of the JBIG2 bit-stream.

Property Type

Read-write property

Syntax

Visual Basic
Public Property SaveJBIG2FileOrgCompression As enumJBIG2FileOrgCompression

Return Type

An enumJBIG2FileOrgCompression value which determines the file organization of the JBIG2 bit-stream to use.

Remarks

A JBIG2 file may be organized in two ways: for sequential access, or for 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 use that information to access the required data in a random-access fashion; this would be useful for applications such as decoding only odd-number pages.

Note: Available in Professional Edition.

See Also

©2013. Accusoft Corporation. All Rights Reserved.