DicomObjects.NET.V8
DicomObjects.DicomCodecs Namespace / CompressionArguments Class / Image Property



    Image Property (CompressionArguments)
    The DICOM image being compressed
    Syntax
    'Declaration
     
    Public Property Image As DicomImage
     
    'Usage
     
    Dim instance As CompressionArguments
    Dim value As DicomImage
     
    instance.Image = value
     
    value = instance.Image
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also