Document Library for WinForms | ComponentOne
C1.Win.Document.8 Assembly / C1.Win.Document.Export Namespace / C1PdfFilter Class / UseJpegCompression Property

In This Topic
    UseJpegCompression Property (C1PdfFilter)
    In This Topic
    Gets or sets a value indicating whether to use JPEG compression for all images.
    Syntax
    'Declaration
     
    Public Property UseJpegCompression As Boolean
    public bool UseJpegCompression {get; set;}
    Remarks
    For minimal size of the PDF file, but at using maybe some problems with contains images.
    See Also