DicomObjects.NET.8.48 Documentation
DicomObjects.DicomCodecs Namespace / ImportArguments Class / ImportPixelData Property






    ImportPixelData Property
    Controls whether data should be actually read and put into the PixelData attribute at import time
    Syntax
    'Declaration
     
    
    Public Property ImportPixelData As System.Boolean
     
    'Usage
     
    
    Dim instance As ImportArguments
    Dim value As System.Boolean
     
    instance.ImportPixelData = value
     
    value = instance.ImportPixelData
    Remarks
    If false, then it is assumed that the SourceStream remains available for delayed pixel data reading
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also