VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Sane.ImageEncoders Namespace / SanePdfEncoderSettings Class / JpegColorSpace Property
Syntax Requirements SeeAlso
In This Topic
    JpegColorSpace Property (SanePdfEncoderSettings)
    In This Topic
    Get or sets a JPEG color space.
    Syntax
    'Declaration
    
    Public Property JpegColorSpace As SaneJpegColorSpace
    
    
    public SaneJpegColorSpace JpegColorSpace { get; set; }
    
    
    public: __property SaneJpegColorSpace get_JpegColorSpace();
    public: __property void set_JpegColorSpace(
    SaneJpegColorSpace value
    );
    public:
    property SaneJpegColorSpace JpegColorSpace { SaneJpegColorSpace get(); void set(SaneJpegColorSpace value); }

    Property Value

    Default value is JpegColorSpace.Auto.
    Requirements

    Target Platforms: .NET 9; .NET 8; .NET 7; .NET 6

    See Also