Search Results for

    Show / Hide Table of Contents

    Class DicomJpegParams

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

    Constructors

    DicomJpegParams()

    Declaration
    public DicomJpegParams()

    Properties

    ConvertColorspaceToRGB

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

    PointTransform

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

    Predictor

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

    Quality

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

    SampleFactor

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

    SmoothingFactor

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