Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class DicomJpegParams

    Inheritance
    System.Object
    DicomCodecParams
    DicomJpegParams
    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 DicomJpegParams : DicomCodecParams

    Constructors

    DicomJpegParams()

    Declaration
    public DicomJpegParams()

    Properties

    ConvertColorspaceToRGB

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

    PointTransform

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

    Predictor

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

    Quality

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

    SampleFactor

    Declaration
    public DicomJpegSampleFactor SampleFactor { get; set; }
    Property Value
    Type Description
    DicomJpegSampleFactor

    SmoothingFactor

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

    Extension Methods

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