Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class DicomJpeg2000Params

    Inheritance
    System.Object
    DicomCodecParams
    DicomJpeg2000Params
    Inherited Members
    DicomCodecParams.Logger
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: FellowOakDicom.Imaging.Codec
    Assembly: fo-dicom.core.dll
    Syntax
    public class DicomJpeg2000Params : DicomCodecParams

    Constructors

    DicomJpeg2000Params()

    Declaration
    public DicomJpeg2000Params()

    Properties

    AllowMCT

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

    EncodeSignedPixelValuesAsUnsigned

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

    Irreversible

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

    IsVerbose

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

    Rate

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

    RateLevels

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

    UpdatePhotometricInterpretation

    Declaration
    public bool UpdatePhotometricInterpretation { get; set; }
    Property Value
    Type Description
    System.Boolean

    Extension Methods

    LinqExtensions.IsOneOf<T>(T, T[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors