ComponentOne Document Library for UWP
MultiFile Property

C1.UWP.Document Assembly > C1.Xaml.Document.Export Namespace > ExportFilter Class : MultiFile Property
Gets a value indicating whether multiple files were generated during export. If multiple files were generated, and the UseZipForMultipleFiles property is true, the output (stream or file) will be a zipped archive containing the generated files. The list of actual files can be retrived via OutputFiles property.
Syntax
'Declaration
 
Public ReadOnly Property MultiFile As System.Boolean
public System.bool MultiFile {get;}
See Also

Reference

ExportFilter Class
ExportFilter Members