DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / FileSignature Class / FileSignature Constructor
Magic number for the file format






    FileSignature Constructor
    Initialize file signature from the signatures bytes of the format
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal ParamArray ByteFormat() As System.Byte _
    )
     
    'Usage
     
    
    Dim ByteFormat() As System.Byte
     
    Dim instance As New FileSignature(ByteFormat)

    Parameters

    ByteFormat
    Magic number for the file format
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also