Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class DicomWriteOptions

    Inheritance
    System.Object
    DicomWriteOptions
    Inherited Members
    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.IO.Writer
    Assembly: fo-dicom.core.dll
    Syntax
    public class DicomWriteOptions

    Constructors

    DicomWriteOptions()

    Declaration
    public DicomWriteOptions()

    DicomWriteOptions(DicomWriteOptions)

    Declaration
    public DicomWriteOptions(DicomWriteOptions options)
    Parameters
    Type Name Description
    DicomWriteOptions options

    Properties

    Default

    Declaration
    public static DicomWriteOptions Default { get; }
    Property Value
    Type Description
    DicomWriteOptions

    ExplicitLengthSequenceItems

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

    ExplicitLengthSequences

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

    KeepGroupLengths

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

    LargeObjectSize

    Declaration
    public uint LargeObjectSize { get; set; }
    Property Value
    Type Description
    System.UInt32

    Extension Methods

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