ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / TiffExportSettings Class / Compression Property

In This Topic
    Compression Property (TiffExportSettings)
    In This Topic
    Gets or sets the compression scheme used for the exported TIFF file.
    Syntax
    'Declaration
     
    Public Property Compression As EnumDefaultExportSetting(Of CompressionScheme)
    public EnumDefaultExportSetting<CompressionScheme> Compression {get; set;}

    Property Value

    A EnumDefaultExportSetting<T> object representing the compression scheme.
    See Also