DicomObjects.NetStandard 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 SkiaSharp.SKBitmap
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As SkiaSharp.SKBitmap
     
    instance.Image = value
     
    value = instance.Image
    public SkiaSharp.SKBitmap Image {get; set;}
    public:
    property SkiaSharp.SKBitmap^ Image {
       SkiaSharp.SKBitmap^ get();
       void set (    SkiaSharp.SKBitmap^ value);
    }
    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