DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomGlobal Class / PreambleFileSignatures Property



    PreambleFileSignatures Property
    A pre-defined modifiable list of file signatures to match against the preamble if FailOnSuspiciousPreamble is enabled
    Syntax
    'Declaration
     
    
    Public Shared Property PreambleFileSignatures As List(Of FileSignature)
     
    'Usage
     
    
    Dim value As List(Of FileSignature)
     
    DicomGlobal.PreambleFileSignatures = value
     
    value = DicomGlobal.PreambleFileSignatures
    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