ComponentOne ReportViewer for ASP.NET Web Forms
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 System.Boolean
    public System.bool UseCompression {get; set;}
    See Also