Accusoft.ImagXpress13.Net
Jbig2FileOrganization Enumeration




Option values used to specify the file organization of the Jbig2 bit stream.
Syntax
'Declaration
 
Public Enum Jbig2FileOrganization 
   Inherits System.Enum
'Usage
 
Dim instance As Jbig2FileOrganization
public enum Jbig2FileOrganization : System.Enum 
__value public enum Jbig2FileOrganization : public System.Enum 
public enum class Jbig2FileOrganization : public System.Enum 
Members
MemberValueDescription
Default0Default, sequential organization.
RandomAccess2Random access organization.
Sequential1Sequential organization.
Remarks

The default value is Default.

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.

Note: Available in Professional edition.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.ImagXpressSdk.Jbig2FileOrganization

See Also

Reference

Accusoft.ImagXpressSdk Namespace

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback