PalmSens-specific page printing


Namespace: PalmSens.Plot.Printing
Assembly: PalmSens.Plot (in PalmSens.Plot.dll)

Syntax

Visual Basic (Declaration)
Protected Overrides Sub OnPrintPage( _ 
   ByVal e As PrintPageEventArgs _ 
)
C#
protected override void OnPrintPage(
   PrintPageEventArgs e
)
C++
protected:
 virtual void OnPrintPage(
   PrintPageEventArgs e
) override 
J#
protected override void OnPrintPage(
   PrintPageEventArgs e
)
JScript
protected override  function OnPrintPage(
   e : PrintPageEventArgs
)

Parameters

e

Missing <param name="e"> tag for "M:PalmSens.Plot.Printing.LinearPlotDocument.OnPrintPage(System.Drawing.Printing.PrintPageEventArgs)"

See Also