DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomGlobal Class / ValidateFragments Event






    ValidateFragments Event
    Routine to allow validation (and if necessary, correction) of fragments of compressed pixel data
    Syntax
    'Declaration
     
    
    Public Event ValidateFragments As System.Action(Of ValidateFragmentsArgs)
     
    'Usage
     
    
    Dim instance As DicomGlobal
    Dim handler As System.Action(Of ValidateFragmentsArgs)
     
    AddHandler instance.ValidateFragments, handler
    Remarks

    This is called whenever compressed pixel data read/received, including compressedpixel data within a sequence.

    CloseFilesAfterReading must be set to true if hooking this event.

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also