Пример #1
0
        public IExportedImage Export(IExporter exporter, Action <IExportConfiguration> configuration)
        {
            ExportConfiguration exportConfiguration;

            configuration(exportConfiguration = new ExportConfiguration(exporter));

            _exportedImage = exportConfiguration.Export(_scanImage, exportConfiguration.Options);
            return(_exportedImage);
        }