ToPrinter
Contenido
[
Ocultar
]ToPrinter(string)
Renderizar libro de trabajo a Printer
public void ToPrinter(string printerName)
Parámetro | Escribe | Descripción |
---|---|---|
printerName | String | el nombre de la impresora, por ejemplo: “Microsoft Office Document Image Writer” |
Ver también
- class WorkbookRender
- espacio de nombres Aspose.Cells.Rendering
- asamblea Aspose.Cells
ToPrinter(string, string)
Renderizar libro de trabajo a Printer
public void ToPrinter(string printerName, string jobName)
Parámetro | Escribe | Descripción |
---|---|---|
printerName | String | el nombre de la impresora, por ejemplo: “Microsoft Office Document Image Writer” |
jobName | String | establecer el nombre del trabajo de impresión |
Ver también
- class WorkbookRender
- espacio de nombres Aspose.Cells.Rendering
- asamblea Aspose.Cells
ToPrinter(PrinterSettings)
Renderizar libro de trabajo a Printer
public void ToPrinter(PrinterSettings PrinterSettings)
Parámetro | Escribe | Descripción |
---|---|---|
PrinterSettings | PrinterSettings | la configuración de la impresora, por ejemplo, PrinterName, Duplex |
Ver también
- class WorkbookRender
- espacio de nombres Aspose.Cells.Rendering
- asamblea Aspose.Cells
ToPrinter(PrinterSettings, string)
Renderizar libro de trabajo a Printer
public void ToPrinter(PrinterSettings PrinterSettings, string jobName)
Parámetro | Escribe | Descripción |
---|---|---|
PrinterSettings | PrinterSettings | la configuración de la impresora, por ejemplo, PrinterName, Duplex |
jobName | String | establecer el nombre del trabajo de impresión |
Ver también
- class WorkbookRender
- espacio de nombres Aspose.Cells.Rendering
- asamblea Aspose.Cells