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



In This Topic
    RequestedColourSpace Property
    In This Topic
    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
    public string RequestedColourSpace {get; set;}
    public:
    property String^ RequestedColourSpace {
       String^ get();
       void set (    String^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also