8 references to Jpeg
System.Drawing (5)
commonui\System\Drawing\Image.cs (1)
649
if (dest == ImageFormat.
Jpeg
) {
commonui\System\Drawing\Printing\PrinterSettings.cs (4)
528
if (imageFormat.Equals(ImageFormat.
Jpeg
) || imageFormat.Equals(ImageFormat.Png)) {
529
int nEscape = imageFormat.Equals(ImageFormat.
Jpeg
) ? SafeNativeMethods.CHECKJPEGFORMAT : SafeNativeMethods.CHECKPNGFORMAT;
560
if (image.RawFormat.Equals(ImageFormat.
Jpeg
) || image.RawFormat.Equals(ImageFormat.Png)) {
571
int nEscape = image.RawFormat.Equals(ImageFormat.
Jpeg
) ? SafeNativeMethods.CHECKJPEGFORMAT : SafeNativeMethods.CHECKPNGFORMAT;
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
1157
standardImageFormat = ImageFormat.
Jpeg
;
System.Windows.Forms.DataVisualization (1)
WinForm\ChartWinControl.cs (1)
899
standardImageFormat = ImageFormat.
Jpeg
;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\CommandSet.cs (1)
741
supportedFormats.Add(new SupportedImageFormats(DR.GetString(DR.JPEGImageFormat), ImageFormat.
Jpeg
));