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

In This Topic
    ImportPixelData Property
    In This Topic
    Controls whether data should be actually read and put into the PixelData attribute at import time
    Syntax
    'Declaration
     
    
    Public Property ImportPixelData As System.Boolean
    public System.bool ImportPixelData {get; set;}
    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