DicomObjects.NetStandard 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 SkiaSharp.SKBitmap
     
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As SkiaSharp.SKBitmap
     
    instance.Image = value
     
    value = instance.Image
    Remarks

    This property is only relevant where LabelType is Image

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also