DicomObjects.NET Core Documentation
DicomObjects.Codecs Namespace / Jpeg2000CompressionOptions Class / ForJpip Property



In This Topic
    ForJpip Property
    In This Topic
    Specify useful values for subsequent JPIP usage
    Syntax
    'Declaration
     
    
    Public Property ForJpip As Boolean
    'Usage
     
    
    Dim instance As Jpeg2000CompressionOptions
    Dim value As Boolean
     
    instance.ForJpip = value
     
    value = instance.ForJpip
    public bool ForJpip {get; set;}
    public:
    property bool ForJpip {
       bool get();
       void set (    bool value);
    }
    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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also