DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / FileSignature Class / MagicNumber Property






    MagicNumber Property
    Underlying byte array that is the signature of the file format
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MagicNumber As System.Byte()
     
    'Usage
     
    
    Dim instance As FileSignature
    Dim value() As System.Byte
     
    value = instance.MagicNumber
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also