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






In This Topic
    MagicNumber Property
    In This Topic
    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
    public System.byte[] MagicNumber {get;}
    public read-only property MagicNumber: System.array of Byte; 
    public function get MagicNumber : System.byte[]
    public: __property System.byte[]* get_MagicNumber();
    public:
    property System.array<byte>^ MagicNumber {
       System.array<byte>^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also