DicomObjects Reference
DicomObjects Reference / DicomAttribute Object / RawData Property
The lower bound of the array to be returned
In This Topic
    RawData Property
    In This Topic
    Description
    The raw value of a Data Element, as an array of bytes.
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property RawData( _
       ByVal Base As Integer _
    ) As Variant
    Parameters
    Base
    The lower bound of the array to be returned
    See Also