CustomPrintEventArgs.CustomPrintEventArgs
CustomPrintEventArgs constructor
Initializes CustomPrintEventArgs
with the given printer and page settings.
public CustomPrintEventArgs(string fileName, PrinterSettings printerSettings,
PageSettings pageSettings)
Parameter | Type | Description |
---|---|---|
fileName | String | Name of the file that is being printed. |
printerSettings | PrinterSettings | Information about the printer the document should be printed on. |
pageSettings | PageSettings | Settings that should be applied to each page of the document. |
See Also
- class PrinterSettings
- class PageSettings
- class CustomPrintEventArgs
- namespace Aspose.Pdf.Printing
- assembly Aspose.PDF