DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / DisplayMode Property



In This Topic
    DisplayMode Property
    In This Topic
    Controls how the image is rendered internal before transfer to the screen
    Syntax
    'Declaration
     
    Public Property DisplayMode As DisplayMode
    'Usage
     
    Dim instance As DicomImage
    Dim value As DisplayMode
     
    instance.DisplayMode = value
     
    value = instance.DisplayMode
    public DisplayMode DisplayMode {get; set;}
    public:
    property DisplayMode DisplayMode {
       DisplayMode get();
       void set (    DisplayMode value);
    }
    Remarks
    Although public, this is an experimental property intended for performance tuning experiments and may not be supported in future versions of DicomObjects
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also