Leadtools.Codecs Namespace : CodecsJpeg2000PrecinctSize Enumeration |
public enum CodecsJpeg2000PrecinctSize : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum CodecsJpeg2000PrecinctSize Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As CodecsJpeg2000PrecinctSize
public enum CodecsJpeg2000PrecinctSize : System.IComparable, System.IConvertible, System.IFormattable
typedef enum LTCodecsJpeg2000PrecinctSize LTCodecsJpeg2000PrecinctSize;
public enum CodecsJpeg2000PrecinctSize
Leadtools.Codecs.CodecsJpeg2000PrecinctSize = function() { }; Leadtools.Codecs.CodecsJpeg2000PrecinctSize.prototype = {
Full = 0, Uniform64 = 1, Uniform128 = 2, Uniform256 = 3, Uniform512 = 4, Uniform1024 = 5, Uniform2048 = 6, HierarchicalOne64 = 7, HierarchicalOne128 = 8, HierarchicalOne256 = 9, HierarchicalOne512 = 10, HierarchicalTwo64 = 11, HierarchicalTwo128 = 12, HierarchicalTwo256 = 13, HierarchicalTwo512 = 14, };
public enum class CodecsJpeg2000PrecinctSize : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Using smaller precinct dimensions provides finer access to the compressed stream yet increases the compressed stream size. It is recommended to use HierarchicalOne128 and no tiling to generate JPEG 2000 files for any purpose.
System.Object
System.ValueType
System.Enum
Leadtools.Codecs.CodecsJpeg2000PrecinctSize