C# Class NAPS2.Scan.Batch.BatchScanPerformer

Afficher le fichier Open project: cyanfish/naps2 Class Usage Examples

Méthodes publiques

Méthode Description
BatchScanPerformer ( IScanPerformer scanPerformer, IProfileManager profileManager, FileNamePlaceholders fileNamePlaceholders, IPdfExporter pdfExporter, IOperationFactory operationFactory, NAPS2.ImportExport.Pdf.PdfSettingsContainer pdfSettingsContainer, UserConfigManager userConfigManager, IFormFactory formFactory ) : System
PerformBatchScan ( BatchSettings settings, FormBase batchForm, Action imageCallback, bool>.Func progressCallback ) : void

Method Details

BatchScanPerformer() public méthode

public BatchScanPerformer ( IScanPerformer scanPerformer, IProfileManager profileManager, FileNamePlaceholders fileNamePlaceholders, IPdfExporter pdfExporter, IOperationFactory operationFactory, NAPS2.ImportExport.Pdf.PdfSettingsContainer pdfSettingsContainer, UserConfigManager userConfigManager, IFormFactory formFactory ) : System
scanPerformer IScanPerformer
profileManager IProfileManager
fileNamePlaceholders NAPS2.ImportExport.FileNamePlaceholders
pdfExporter IPdfExporter
operationFactory IOperationFactory
pdfSettingsContainer NAPS2.ImportExport.Pdf.PdfSettingsContainer
userConfigManager UserConfigManager
formFactory IFormFactory
Résultat System

PerformBatchScan() public méthode

public PerformBatchScan ( BatchSettings settings, FormBase batchForm, Action imageCallback, bool>.Func progressCallback ) : void
settings BatchSettings
batchForm FormBase
imageCallback Action
progressCallback bool>.Func
Résultat void