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






In This Topic
    PreambleFileSignatures Property
    In This Topic
    A pre-defined modifiable list of file signatures to match against the preamble if FailOnSuspiciousPreamble is enabled
    Syntax
    'Declaration
     
    
    Public Shared Property PreambleFileSignatures As System.Collections.Generic.List(Of FileSignature)
    'Usage
     
    
    Dim value As System.Collections.Generic.List(Of FileSignature)
     
    DicomGlobal.PreambleFileSignatures = value
     
    value = DicomGlobal.PreambleFileSignatures
    public static System.Collections.Generic.List<FileSignature> PreambleFileSignatures {get; set;}
    public read-write property PreambleFileSignatures: System.Collections.Generic.List; static; 
    public static function get,set PreambleFileSignatures : System.Collections.Generic.List
    public: __property static System.Collections.Generic.List<FileSignature*>* get_PreambleFileSignatures();
    public: __property static void set_PreambleFileSignatures( 
       System.Collections.Generic.List<FileSignature*>* value
    );
    public:
    static property System.Collections.Generic.List<FileSignature^>^ PreambleFileSignatures {
       System.Collections.Generic.List<FileSignature^>^ get();
       void set (    System.Collections.Generic.List<FileSignature^>^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also