public virtual void Print(RasterImage image,int page,PrintPageEventArgs e)
Public Overridable Sub Print(ByVal image As RasterImage,ByVal page As Integer,ByVal e As System.Drawing.Printing.PrintPageEventArgs)
public:virtual void Print(RasterImage^ image,int page,System::Drawing::Printing::PrintPageEventArgs^ e)
image
The RasterImage to print.
page
The page number to print.
e
An System.Drawing.Printing.PrintPageEventArgs object that contains print data.
page is 1-based.
You usually call this method from your System.Drawing.Printing.PrintDocument.PrintPage event handler of a System.Drawing.Printing.PrintDocument object. You must pass the System.Drawing.Printing.PrintPageEventArgs obtained in the System.Drawing.Printing.PrintDocument.PrintPage event handler to this method as the e parameter.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document
