Prepares this RasterImagePrinter object state for printing.
protected virtual void Prepare(
int width,
int height,
float dpiX,
float dpiY,
PrintPageEventArgs e
)
protected:
virtual void Prepare(
int width,
int height,
Single dpiX,
Single dpiY,
System::Drawing::Printing::PrintPageEventArgs^ e
)
width
Width of the image to print.
height
Height of the image to print.
dpiX
Horizontal DPI value of the image to print.
dpiY
Vertical DPI value of the image to print.
e
An System.Drawing.Printing.PrintPageEventArgs object that contains print data.
Derive classes should call this method from Print to prepare the SourceRectangle, DestinationRectangle and DestinationClipRectangle properties.
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