Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
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 NS_ENUM(NSInteger, LTCodecsJpeg2000PrecinctSize)
public enum CodecsJpeg2000PrecinctSize
Leadtools.Codecs.CodecsJpeg2000PrecinctSize = function() { }; Leadtools.Codecs.CodecsJpeg2000PrecinctSize.prototype = {<br/> 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