Search Results for

    Show / Hide Table of Contents

    Class DicomJpegLsParams

    Inheritance
    Object
    DicomCodecParams
    DicomJpegLsParams
    Inherited Members
    DicomCodecParams.Logger
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Dicom.Imaging.Codec
    Assembly: cs.temp.dll.dll
    Syntax
    public class DicomJpegLsParams : DicomCodecParams

    Constructors

    DicomJpegLsParams()

    Declaration
    public DicomJpegLsParams()

    Properties

    AllowedError

    Declaration
    public int AllowedError { get; set; }
    Property Value
    Type Description
    Int32

    ColorTransform

    Declaration
    public DicomJpegLsColorTransform ColorTransform { get; set; }
    Property Value
    Type Description
    DicomJpegLsColorTransform

    InterleaveMode

    Declaration
    public DicomJpegLsInterleaveMode InterleaveMode { get; set; }
    Property Value
    Type Description
    DicomJpegLsInterleaveMode
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors