Accusoft.TwainPro8.Net
FileOrganizationCompression Enumeration
See Also  Send Feedback
Accusoft.TwainProSdk Namespace : FileOrganizationCompression Enumeration




Glossary Item Box

Option values which determine the file organization when saving a JBIG2 compressed file.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Members

MemberValueDescription
Default0Default, sequential organization
RandomAccess2Random access organization
Sequential1Sequential organization

Remarks

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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.TwainProSdk.FileOrganizationCompression

See Also

©2013. Accusoft Corporation. All Rights Reserved.