DicomObjects.NET Core Documentation
DicomObjects.Codecs 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: 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