Accusoft.TwainProSdk Namespace > SaveOptionsPdf Class : FileOrganizationCompression Property |
'Declaration <DefaultValueAttribute()> <DescriptionAttribute("Specifies the file organization when saving a JBIG2 compressed file.")> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <BrowsableAttribute(False)> Public Property FileOrganizationCompression As FileOrganizationCompression
'Usage Dim instance As SaveOptionsPdf Dim value As FileOrganizationCompression instance.FileOrganizationCompression = value value = instance.FileOrganizationCompression
[DefaultValue()] [Description("Specifies the file organization when saving a JBIG2 compressed file.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [Browsable(false)] public FileOrganizationCompression FileOrganizationCompression {get; set;}
[DefaultValue()] [Description("Specifies the file organization when saving a JBIG2 compressed file.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [Browsable(false)] public: __property FileOrganizationCompression get_FileOrganizationCompression(); public: __property void set_FileOrganizationCompression( FileOrganizationCompression value );
[DefaultValue()] [Description("Specifies the file organization when saving a JBIG2 compressed file.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [Browsable(false)] public: property FileOrganizationCompression FileOrganizationCompression { FileOrganizationCompression get(); void set ( FileOrganizationCompression value); }
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.
The default value is Default.