DicomObjects.NET.8.48 Documentation
DicomObjects.DicomCodecs Namespace / Jpeg2000CompressionOptions Class / ForJpip Property






ForJpip Property
Specify useful values for subsequent JPIP usage
Syntax
'Declaration
 
Public Property ForJpip As System.Boolean
 
'Usage
 
Dim instance As Jpeg2000CompressionOptions
Dim value As System.Boolean
 
instance.ForJpip = value
 
value = instance.ForJpip
Remarks
JPEG images to be used for JPIP have certain unusual requirements such as being lossless, but with multiple quality layers. Setting this to true when generating a JPEG 2000 image helps to improve the quality of subsequent JPIP transfers based on the resulting image.
Requirements

Target Platforms: .NET CLR 4.8 or higher

See Also