DicomObjects.NET.V8
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 Byte _
    )
    'Usage
     
    Dim ByteFormat() As Byte
     
    Dim instance As New FileSignature(ByteFormat)
    public FileSignature( 
       params byte[] ByteFormat
    )
    public:
    FileSignature( 
       ... array<byte>^ ByteFormat
    )

    Parameters

    ByteFormat
    Magic number for the file format
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also