Class CustomPrintEventArgs
CustomPrintEventArgs class
Provides data for the CustomPrint
event.
public class CustomPrintEventArgs : EventArgs
Constructors
Name | Description |
---|
CustomPrintEventArgs(string, PrinterSettings, PageSettings) | Initializes CustomPrintEventArgs with the given printer and page settings. |
Fields
Name | Description |
---|
readonly FileName | Gets the name of the file that is being printed. |
readonly PageSettings | Gets settings that should be applied to each page of the document. |
readonly PrinterSettings | Gets information about the printer the document should be printed on. |
See Also