DicomObjects Reference
DicomObjects Reference / DicomImage Object / JPEG Property
The quality factor to use, where 100 is best quality (but still with some loss of quality)
In This Topic
    JPEG Property
    In This Topic
    Description
    Returns an array containing a JPEG byte stream corresponding to the image
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property JPEG( _
       ByVal Quality As Integer _
    ) As Variant
    Parameters
    Quality
    The quality factor to use, where 100 is best quality (but still with some loss of quality)
    See Also