FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document.Export Namespace / HtmlFilterBase Class / UseZipForMultipleFiles Property

In This Topic
    UseZipForMultipleFiles Property (HtmlFilterBase)
    In This Topic
    Gets or sets a value indicating whether the output (stream or file) should be a zipped archive with the generated files, if multiple files are created during export.
    Syntax
    'Declaration
     
    Public Property UseZipForMultipleFiles As Boolean
    public bool UseZipForMultipleFiles {get; set;}
    See Also