DicomObjects.NET.V8
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 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: .NET CLR 4.0 or higher

    See Also