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

    This property is only relevant where LabelType is Image

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also