DicomObjects.NetStandard Documentation
DicomObjects.Codecs 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 Boolean
 
'Usage
 
Dim instance As ImportArguments
Dim value As 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: 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