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

In This Topic
    Image Property (DicomLabel)
    In This Topic
    The Image to be displayed by an Image type DicomLabel
    Syntax
    'Declaration
     
    
    Public Property Image As System.Drawing.Image
    public System.Drawing.Image Image {get; set;}
    Remarks

    This property is only relevant where LabelType is Image

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also