Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.8 Assembly / C1.Win.C1Document.Export Namespace / PdfFilter Class / UseJpegCompression Property

In This Topic
    UseJpegCompression Property (PdfFilter)
    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