Prepare Method

Summary

Prepares this RasterImagePrinter object state for printing.

Syntax

C#
C++/CLI
C++
protected virtual void Prepare( 
   int width, 
   int height, 
   float dpiX, 
   float dpiY, 
   PrintPageEventArgs e 
) 
protected: 
void Prepare(  
   int width, 
   int height, 
   float dpiX, 
   float dpiY, 
   PrintPageEventArgs^ e 
)  
protected:  
   virtual void Prepare( 
      Int32 width, 
      Int32 height, 
      Single dpiX, 
      Single dpiY, 
      PrintPageEventArgs^ e 
   ) 

Parameters

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.

Remarks

Derive classes should call this method from Print to prepare the SourceRectangle, DestinationRectangle and DestinationClipRectangle properties.

Requirements

Target Platforms

See Also

Reference

RasterImagePrinter Class

RasterImagePrinter Members

Help Version 22.0.2023.2.9
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.