Aspose.Cells.Examples.CSharp.Articles.WorkingWithHTMLFormat.ExportStreamProvider.ExportStreamProvider C# (CSharp) 메소드

ExportStreamProvider() 공개 메소드

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