Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
CodecsJpeg2000Options.CodecsJpeg2000SaveOptions Class Members
See Also  Properties  Methods 
Leadtools.Codecs Namespace : CodecsJpeg2000Options.CodecsJpeg2000SaveOptions Class

The following tables list the members exposed by CodecsJpeg2000Options.CodecsJpeg2000SaveOptions.

Public Properties

 NameDescription
Public Property CodeBlockHeight Gets or sets the height of the code block, following wavelet transformation.  
Public Property CodeBlockWidth Gets or sets the width of the code block, following wavelet transformation.  
Public Property CompressionControl Gets or sets the compression control method.  
Public Property CompressionRatio Gets or sets the compression ratio.  
Public Property DecompositionLevels Gets or sets the number of resolution levels in the compressed file.  
Public Property DerivedBaseExponent Gets or sets the base exponent used for derived quantization.  
Public Property DerivedBaseMantissa Gets or sets the base mantissa used for derived quantization.  
Public Property DerivedQuantization Gets or sets a value that indicates whether to use derived quantization or expounded quantization.  
Public Property ErrorResilienceSymbol Gets or sets a value indicating whether 4 symbol marker is included for each bit-plane.  
Public Property GuardBits Gets or sets the number of extra bits to consider when encoding an image.  
Public Property HorizontalSubSamplingValues Reserved for internal use.  
Public Property ImageAreaHorizontalOffset Gets or sets the horizontal offset from the origin of the reference grid to the left side of the image area.  
Public Property ImageAreaVerticalOffset Gets or sets the vertical offset from the origin of the reference grid to the top of the image area.  
Public Propertystatic (Shared in Visual Basic) MaximumComponentsNumber Maximum number of components used when saving JPEG 2000 or LEAD CMW images  
Public Propertystatic (Shared in Visual Basic) MaximumDecompressionLevels Calculates the maximum number of resolution levels in the compressed file.  
Public Property PredictableTermination Gets or sets a value indicating whether the encoder has a predictable termination policy.  
Public Property ProgressingOrder Gets or sets the order of progression.  
Public Property ReferenceTileHeight Gets or sets the height of one reference tile, with respect to the reference grid.  
Public Property ReferenceTileWidth Gets or sets the width of one reference tile, with respect to the reference grid.  
Public Property RegionOfInterest Gets or sets a value indicating the type of region to use when saving.  
Public Property RegionOfInterestRectangle Gets or sets the rectangular region of interest to use when  
Public Property RegionOfInterestWeight Reserved for future use.  
Public Property ResetContextOnBoundaries Gets or sets a value indicating whether the arithmetic coder's probability models are reset between coding passes.  
Public Property SelectiveAcBypass Gets or sets a value indicating whether to use lazy coding mode.  
Public Property TargetFileSize Gets or sets the target file size.  
Public Property TerminationOnEachPass Gets or sets a value indicating whether the arithmetic code-word generation process stops on a byte boundary at the end of each coding pass.  
Public Property TileHorizontalOffset Gets or sets the horizontal offset from the origin of the reference grid to the left side of the first tile.  
Public Property TileVerticalOffset Gets or set the vertical offset from the origin of the reference grid to the top of the first tile.  
Public Property UseColorTransform Enables or disables converting an RGB image to YUV space before compressing.  
Public Property UseEphMarker Enables or disables use of the EPH marker.  
Public Property UseRegionOfInterest Enables or disables saving with region of interest.  
Public Property UseSopMarker Enables or disables use of the SOP marker.  
Public Property VerticallyCausalContext Gets or sets a value indicating whether context models are restricted to being vertically causal within each sub-block.  
Public Property VerticalSubSamplingValues Reserved for internal use.  
Top

Public Methods

 NameDescription
Public Method Reset Resets this instance of CodecsJpeg2000Options.CodecsJpeg2000SaveOptions to the default values.  
Top

See Also