VintaSoftTwain Control v6.0
VintaSoftTwain Object / JpegEncoder_JpegColorSpace Property
In This Topic
    JpegEncoder_JpegColorSpace Property
    In This Topic
    Description
    Gets or sets image color space that JPEG encoder must use when acquired image is encoded.
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property JpegEncoder_JpegColorSpace As Integer
    Return Type
    The JPEG color space that JPEG/TIFF/PDF encoder must use for saving image.

    Valid values:
    Value Description
    0 The best color space is used automatically.
    1 Grayscale color space is used.
    2 RGB color space is used.

    Default value is 0.
    See Also