DicomObjects.NET.V8
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 Byte _
    )
     
    'Usage
     
    Dim ByteFormat() As Byte
     
    Dim instance As New FileSignature(ByteFormat)

    Parameters

    ByteFormat
    Magic number for the file format
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also