[]
        
(Showing Draft Content)

C1.C1Pdf.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

By default, C1PdfDocument 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.