Version Changes: 18 to 19
The following members have been added:
Name | Description |
---|---|
Leadtools.Jpeg2000.Jpeg2000Engine.AppendFrames(RasterCodecs,Stream,List<CompositeJpxImages>,int,int) | Appends new frames to a currently existing JPEG 2000 stream. This method is available in the Document/Medical Toolkits. |
Leadtools.Jpeg2000.Jpeg2000Engine.AppendFrames(RasterCodecs,string,List<CompositeJpxImages>,int,int) | Appends new frames to a currently existing JPEG 2000 file. This method is available in the Document/Medical Toolkits. |
Leadtools.Jpeg2000.Jpeg2000Engine.ExtractFrames(string,string,List<int>) | Extracts the specified frames from the input file, and saves them to a new JPEG 2000 file. This method is available in the Document/Medical Toolkits. |
Leadtools.Jpeg2000.Jpeg2000Engine.ExtractFramesMemory(Stream,List<int>) | Extracts the specified frames from the input stream, and saves them to a new JPEG 2000 file in a byte array. This method is available in the Document/Medical Toolkits. |
Leadtools.Jpeg2000.Jpeg2000Engine.ExtractFramesMemory(string,List<int>) | Extracts the specified frames from the input file, and saves them to a new JPEG 2000 file in a byte array. This method is available in the Document/Medical Toolkits. |
Leadtools.Jpeg2000.Jpeg2000Engine.ExtractFramesNativeMemory(Stream,List<int>) | Extracts the specified frames from the input stream, and saves them to a new JPEG 2000 file in a Leadtools.RasterNativeBuffer object. This method is available in the Document/Medical Toolkits. |
Leadtools.Jpeg2000.Jpeg2000Engine.ExtractFramesNativeMemory(string,List<int>) | Extracts the specified frames from the input file, and saves them to a new JPEG 2000 file in a Leadtools.RasterNativeBuffer object. This method is available in the Document/Medical Toolkits. |
Leadtools.Jpeg2000.Jpeg2000Engine.FragmentJpxFile(string,string,List<UuidUrl>,List<Fragment>) | Fragments the specified code streams within a JPEG 2000 part 2 (JPX) file. This method is available in the Document/Medical Toolkits. |
Leadtools.Jpeg2000.Jpeg2000Engine.ReadFrames(RasterCodecs,Stream,List<int>,int,CodecsLoadByteOrder) | Loads the specified frame images (i.e. CompositeJpxImages.ColorImage, CompositeJpxImages.OpacityImage, and CompositeJpxImages.PreOpacityImage) from the specified JPEG 2000 stream using the specified options. |
Leadtools.Jpeg2000.Jpeg2000Engine.ReadFrames(RasterCodecs,string,List<int>,int,CodecsLoadByteOrder) | Loads the specified frame images (i.e. CompositeJpxImages.ColorImage, CompositeJpxImages.OpacityImage, and CompositeJpxImages.PreOpacityImage) from the specified JPEG 2000 file using the specified options. |
Leadtools.Jpeg2000.Jpeg2000Engine.SaveComposite(RasterCodecs,Stream,List<CompositeJpxImages>,Jpeg2000FileFormat,int,int) | Saves a CompositeJpxImages list to a stream in any of the supported JPEG 2000 file formats. This method is available in the Document/Medical Toolkits. |
Leadtools.Jpeg2000.Jpeg2000Engine.SaveComposite(RasterCodecs,string,List<CompositeJpxImages>,Jpeg2000FileFormat,int,int) | Saves a CompositeJpxImages list to a file in any of the supported JPEG 2000 file formats. This method is available in the Document/Medical Toolkits. |
The following members have been removed:
Name | Description |
---|---|
Leadtools.Jpeg2000.Jpeg2000Engine.AppendBoxes``1(Stream,System.Collections.Generic.List<`T>) | Appends multiple boxes to a JPEG 2000 data stream. This method is available in the Leadtools.Topics.RasterProDocMed Toolkits. |
Leadtools.Jpeg2000.Jpeg2000Engine.AppendBoxes``1(string,System.Collections.Generic.List<`T>) | Appends multiple boxes to a JPEG 2000 file. This method is available in the Leadtools.Topics.RasterProDocMed Toolkits. |
Leadtools.Jpeg2000.Jpeg2000Engine.AppendFrames(RasterCodecs,Stream,System.Collections.Generic.List<CompositeJpxImages>,int,int) | Appends new frames to a currently existing JPEG 2000 stream. This method is available in the Leadtools.Topics.RasterProDocMed Toolkits. |
Leadtools.Jpeg2000.Jpeg2000Engine.AppendFrames(RasterCodecs,string,System.Collections.Generic.List<CompositeJpxImages>,int,int) | Appends new frames to a currently existing JPEG 2000 file. This method is available in the Leadtools.Topics.RasterProDocMed Toolkits. |
Leadtools.Jpeg2000.Jpeg2000Engine.Dispose(bool) | Overloaded. Releases all resources used by this Leadtools.Jpeg2000.Jpeg2000Engine. |
Leadtools.Jpeg2000.Jpeg2000Engine.ExtractFrames(string,string,System.Collections.Generic.List<System.Int32>) | Extracts the specified frames from the input file, and saves them to a new JPEG 2000 file. This method is available in the Leadtools.Topics.RasterProDocMed Toolkits. |
Leadtools.Jpeg2000.Jpeg2000Engine.ExtractFramesMemory(Stream,System.Collections.Generic.List<System.Int32>) | Extracts the specified frames from the input stream, and saves them to a new JPEG 2000 file in a byte array. This method is available in the Leadtools.Topics.RasterProDocMed Toolkits. |
Leadtools.Jpeg2000.Jpeg2000Engine.ExtractFramesMemory(string,System.Collections.Generic.List<System.Int32>) | Extracts the specified frames from the input file, and saves them to a new JPEG 2000 file in a byte array. This method is available in the Leadtools.Topics.RasterProDocMed Toolkits. |
Leadtools.Jpeg2000.Jpeg2000Engine.ExtractFramesNativeMemory(Stream,System.Collections.Generic.List<System.Int32>) | Extracts the specified frames from the input stream, and saves them to a new JPEG 2000 file in a Leadtools.RasterNativeBuffer object. This method is available in the Leadtools.Topics.RasterProDocMed Toolkits. |
Leadtools.Jpeg2000.Jpeg2000Engine.ExtractFramesNativeMemory(string,System.Collections.Generic.List<System.Int32>) | Extracts the specified frames from the input file, and saves them to a new JPEG 2000 file in a Leadtools.RasterNativeBuffer object. This method is available in the Leadtools.Topics.RasterProDocMed Toolkits. |
Leadtools.Jpeg2000.Jpeg2000Engine.FragmentJpxFile(string,string,System.Collections.Generic.List<UuidUrl>,System.Collections.Generic.List<Fragment>) | Fragments the specified code streams within a JPEG 2000 part 2 (JPX) file. This method is available in the Leadtools.Topics.RasterProDocMed Toolkits. |
Leadtools.Jpeg2000.Jpeg2000Engine.GetBoxes``1(Jpeg2000FileFormat) | Gets all engine boxes of the specified type. |
Leadtools.Jpeg2000.Jpeg2000Engine.ReadFrames(RasterCodecs,Stream,System.Collections.Generic.List<System.Int32>,int,CodecsLoadByteOrder) | Loads the specified frame images (i.e. Leadtools.Jpeg2000.CompositeJpxImages.ColorImage, Leadtools.Jpeg2000.CompositeJpxImages.OpacityImage, and Leadtools.Jpeg2000.CompositeJpxImages.PreOpacityImage) from the specified JPEG 2000 stream using the specified options. |
Leadtools.Jpeg2000.Jpeg2000Engine.ReadFrames(RasterCodecs,string,System.Collections.Generic.List<System.Int32>,int,CodecsLoadByteOrder) | Loads the specified frame images (i.e. Leadtools.Jpeg2000.CompositeJpxImages.ColorImage, Leadtools.Jpeg2000.CompositeJpxImages.OpacityImage, and Leadtools.Jpeg2000.CompositeJpxImages.PreOpacityImage) from the specified JPEG 2000 file using the specified options. |
Leadtools.Jpeg2000.Jpeg2000Engine.SaveComposite(RasterCodecs,Stream,System.Collections.Generic.List<CompositeJpxImages>,Jpeg2000FileFormat,int,int) | Saves a Leadtools.Jpeg2000.CompositeJpxImages list to a stream in any of the supported JPEG 2000 file formats. This method is available in the Leadtools.Topics.RasterProDocMed Toolkits. |
Leadtools.Jpeg2000.Jpeg2000Engine.SaveComposite(RasterCodecs,string,System.Collections.Generic.List<CompositeJpxImages>,Jpeg2000FileFormat,int,int) | Saves a Leadtools.Jpeg2000.CompositeJpxImages list to a file in any of the supported JPEG 2000 file formats. This method is available in the Leadtools.Topics.RasterProDocMed Toolkits. |
Leadtools.Jpeg2000.Jpeg2000Engine.SetBoxes``1(Jpeg2000FileFormat,System.Collections.Generic.List<`T>) | Sets a list of boxes for the JPEG 2000 engine. |
The following members have been added to the existing types:
Member | Description |
---|---|
There are no new members added since last revision. | None |
Version 17.5 has not changed from Version 17. For more information, refer to New in 17.5.
images/netleadtoolstopics/Template
Version 16.5 has not changed from Version 16. For more information, refer to New in 16.5.
Version 16 has not changed from Version 15
Products |
Support |
Feedback: Leadtools.Jpeg2000 Assembly Changes |
Introduction |
Help Version 19.0.2017.6.21
|
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.