[]
        
(Showing Draft Content)

C1.Pdf.C1PdfDocumentBase.SaveAllImagesAsJpeg

SaveAllImagesAsJpeg Property

SaveAllImagesAsJpeg

Gets or sets whether all images should be saved in the Jpeg format.

Declaration
public bool SaveAllImagesAsJpeg { get; set; }
Remarks
<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.