VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomDataSet Class / DataLength Property
Syntax Requirements SeeAlso
In This Topic
    DataLength Property (DicomDataSet)
    In This Topic
    Gets the data length in bytes.
    Syntax
    'Declaration
    
    Public ReadOnly Property DataLength As Long
    
    
    public long DataLength { get; }
    
    
    public: __property long get_DataLength();
    
    
    
    public:
    property long DataLength { long get(); }

    Property Value

    0xFFFFFFFF if data length is undefined; otherwise, the data length in bytes.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also