Accusoft TwainPRO 8
SaveJBIG2FileOrgCompression Property
See Also  Send comments on this topic.
AccusoftTwainPro8 ActiveX DLL > TwainPro Object : SaveJBIG2FileOrgCompression Property

Glossary Item Box

Description

Gets and sets the file organization when saving a JBIG2 compressed file.

Property Type

Read-write property

Syntax

Visual Basic
Public Property SaveJBIG2FileOrgCompression As TP_SaveJBIG2FileOrgCompression

Return Type

Remarks

The default value is TP_SaveJBIG2FileOrgCompression_Default.

A JBIG2 compressed 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.