PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / C1PdfDocument Class / SaveAllImagesAsJpeg Property

In This Topic
    SaveAllImagesAsJpeg Property (C1PdfDocument)
    In This Topic
    Gets or sets whether all images should be saved in the Jpeg format.
    Syntax
    'Declaration
     
    
    Public Property SaveAllImagesAsJpeg As Boolean
    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.

    See Also