protected void OnProcessing(GhostscriptProcessorProcessingEventArgs e) { if (this.Processing != null) { this.Processing(this, e); } }
protected void OnProcessing(GhostscriptProcessorProcessingEventArgs e) { if (Processing != null) { this.Processing(this, e); } }
void ghostscript_Processing(object sender, GhostscriptProcessorProcessingEventArgs e) { Console.WriteLine(e.CurrentPage.ToString() + " / " + e.CurrentPage.ToString()); }