Gets or sets the JPEG quality factor used saving a raster image as an Open XML Paper Specification (XPS) document.

public int JpegQualityFactor {get; set;}
public int JpegQualityFactor {get; set;}
get_JpegQualityFactor();
set_JpegQualityFactor(value);
Object.defineProperty('JpegQualityFactor');
public:
property int JpegQualityFactor {
int get();
void set ( int value);
}
'Declaration
Public Property JpegQualityFactor As Integer
'Usage
Dim instance As CodecsXpsSaveOptions
Dim value As Integer
instance.JpegQualityFactor = value
value = instance.JpegQualityFactor
Property Value
A value from 2 to 255, where 2 is the highest quality and 255 is the most compression. You can also use a factor of 0 to produce lossless JPEG compressed images. Default value is 2 (Highest quality).