Interface IPrint
This interface is implemented by classes that can print.
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public interface IPrint
Methods
PrintPage(PrintPageEventArgs)
Called in response to the System.Drawing.Printing.PrintDocument.PrintPage event.
Declaration
void PrintPage(PrintPageEventArgs evtArgs)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Printing.PrintPageEventArgs | evtArgs | A System.Drawing.Printing.PrintPageEventArgs value. |
Remarks
This method is called when the output to print for the current page is needed.
QueryPageSettings(QueryPageSettingsEventArgs)
Called immediately before each System.Drawing.Printing.PrintDocument.PrintPage event.
Declaration
void QueryPageSettings(QueryPageSettingsEventArgs evtArgs)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Printing.QueryPageSettingsEventArgs | evtArgs | A System.Drawing.Printing.QueryPageSettingsEventArgs value. |