Accusoft.ImagXpress13.Net
FileOrganization Property




Gets and sets the file organization of the JBIG2 bitstream.
Syntax
'Declaration
 
Public Property FileOrganization As Jbig2FileOrganization
'Usage
 
Dim instance As SaveOptionsJbig2
Dim value As Jbig2FileOrganization
 
instance.FileOrganization = value
 
value = instance.FileOrganization
public Jbig2FileOrganization FileOrganization {get; set;}
public: __property Jbig2FileOrganization get_FileOrganization();
public: __property void set_FileOrganization( 
   Jbig2FileOrganization value
);
public:
property Jbig2FileOrganization FileOrganization {
   Jbig2FileOrganization get();
   void set (    Jbig2FileOrganization value);
}

Property Value

A Jbig2FileOrganization enumeration value.
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, for example.

Note: Available in Professional edition.

See Also

Reference

SaveOptionsJbig2 Class
SaveOptionsJbig2 Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback