DicomObjects.NET.V8
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: .NET CLR 4.0 or higher

    See Also