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)
JPEG Property
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