DicomObjects.NET Core Documentation
DicomObjects.Codecs 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 Boolean
    'Usage
     
    
    Dim instance As ImportArguments
    Dim value As Boolean
     
    instance.ImportPixelData = value
     
    value = instance.ImportPixelData
    public bool ImportPixelData {get; set;}
    public:
    property bool ImportPixelData {
       bool get();
       void set (    bool value);
    }
    Remarks
    If false, then it is assumed that the SourceStream remains available for delayed pixel data reading
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also