Aspose.Cells.Examples.CSharp.Articles.WorkingWithHTMLFormat.ExportStreamProvider.ExportStreamProvider C# (CSharp) Method

ExportStreamProvider() public method

public ExportStreamProvider ( string dir ) : System
dir string
return System
        public ExportStreamProvider(string dir)
        {
            outputDir = dir;
        }