Search Results for

    Show / Hide Table of Contents

    Class DicomJpeg2000Params

    Inheritance
    Object
    DicomCodecParams
    DicomJpeg2000Params
    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 DicomJpeg2000Params : DicomCodecParams

    Constructors

    DicomJpeg2000Params()

    Declaration
    public DicomJpeg2000Params()

    Properties

    AllowMCT

    Declaration
    public bool AllowMCT { get; set; }
    Property Value
    Type Description
    Boolean

    EncodeSignedPixelValuesAsUnsigned

    Declaration
    public bool EncodeSignedPixelValuesAsUnsigned { get; set; }
    Property Value
    Type Description
    Boolean

    Irreversible

    Declaration
    public bool Irreversible { get; set; }
    Property Value
    Type Description
    Boolean

    IsVerbose

    Declaration
    public bool IsVerbose { get; set; }
    Property Value
    Type Description
    Boolean

    Rate

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

    RateLevels

    Declaration
    public int[] RateLevels { get; set; }
    Property Value
    Type Description
    Int32[]

    UpdatePhotometricInterpretation

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