DicomObjects.NET.V8
DicomObjects.DicomCodecs Namespace / ModificationArguments Class / RequestedColourSpace Property



    RequestedColourSpace Property
    The colour space into which the codec will be converting the image
    Syntax
    'Declaration
     
    Public Property RequestedColourSpace As String
     
    'Usage
     
    Dim instance As ModificationArguments
    Dim value As String
     
    instance.RequestedColourSpace = value
     
    value = instance.RequestedColourSpace
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also