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

In This Topic
    FileSignature Constructor
    In This Topic
    Initialize file signature from the signatures bytes of the format
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal ParamArray ByteFormat() As System.Byte _
    )
    public FileSignature( 
       params System.byte[] ByteFormat
    )

    Parameters

    ByteFormat
    Magic number for the file format
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also