DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabel Class / Image Property






    Image Property (DicomLabel)
    The Image to be displayed by an Image type DicomLabel
    Syntax
    'Declaration
     
    
    Public Property Image As System.Drawing.Image
     
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As System.Drawing.Image
     
    instance.Image = value
     
    value = instance.Image
    Remarks

    This property is only relevant where LabelType is Image

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also