Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / PdfExporter Class / UseCompression Property

In This Topic
    UseCompression Property (PdfExporter)
    In This Topic
    Gets or sets a value indicating whether to use compression in the produced PDF document. The default is true.
    Syntax
    'Declaration
     
    Public Property UseCompression As Boolean
    public bool UseCompression {get; set;}
    See Also