Prepares this RasterImagePrinter object state for printing.
protected virtual void Prepare(
int width,
int height,
float dpiX,
float dpiY,
PrintPageEventArgs e
)
Protected Overridable Sub Prepare(
ByVal width As Integer,
ByVal height As Integer,
ByVal dpiX As Single,
ByVal dpiY As Single,
ByVal e As System.Drawing.Printing.PrintPageEventArgs
)
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET