DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage3D Class / RenderMode Property






    RenderMode Property
    The mode used to display an image
    Syntax
    'Declaration
     
    
    Public Property RenderMode As RenderMode3D
     
    'Usage
     
    
    Dim instance As DicomImage3D
    Dim value As RenderMode3D
     
    instance.RenderMode = value
     
    value = instance.RenderMode
    Remarks
    Although this property must be specified in the constructor, it may be changed without generating a new image
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also