WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IPrint

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved