[]
Gets or sets whether all images should be saved in the Jpeg format.
public bool SaveAllImagesAsJpeg { get; set; }
<p>By default, <xref href="C1.Pdf.C1PdfDocument" data-throw-if-not-resolved="false"></xref> will save images in their original format,
which may support transparency and loss-less compression.
By setting this property to true, all images will be saved in the Jpeg format. The Jpeg format provides excellent compression and performance, but does not support transparency.