VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / JpegDecodingSettings Class / SourceColorFormat Property
Syntax Requirements SeeAlso
In This Topic
    SourceColorFormat Property (JpegDecodingSettings)
    In This Topic
    Gets or sets a source color format for JPEG decoding.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Property SourceColorFormat As Vintasoft.Imaging.ColorSpaceFormat
    
    
    [Browsable(False)]
    public Vintasoft.Imaging.ColorSpaceFormat SourceColorFormat { get; set; }
    
    
    [Browsable(False)]
    public: __property Vintasoft.Imaging.ColorSpaceFormat* get_SourceColorFormat();
    public: __property void set_SourceColorFormat(
    Vintasoft.Imaging.ColorSpaceFormat* value
    );

    Property Value

    Default value is null, i.e. the native color format of JPEG file is used.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also