DicomObjects.NET10 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 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also