Overview
ImagXpress® can print the image designated by the ViewImageID to a printer device context. The printing is now done through the PrintImage method. The following properties, methods and events are associated with printing an image to a printer. For more detailed control of printing an image use the PrintPro control.
Properties
| PrinterBanding |
Gets and sets the printer banding flag. |
| RubberBandH |
Gets the height (in pixels) of the current RubberBand object. |
| RubberBandL |
Gets the left position (in pixels) of the top-left of the current Rubberband area. |
| RubberBandT |
Gets the top position (in pixels) of the top-left of the current Rubberband area. |
| RubberBandW |
Gets the width (in pixels) of the current RubberBand object. |
| ViewCropHeight |
Gets and sets the view cropped height (in pixels) of the displayed image. |
| ViewCropWidth |
Gets and sets the view cropped width (in pixels) of the displayed image. |
| ViewCropX |
Gets and sets the view cropped top-left x-coordinate (in pixels) of the displayed image. |
| ViewCropY |
Gets and sets the view cropped top-left y-coordinate (in pixels) of the displayed image. |
| ViewImageID |
Gets and sets the image ID for the image to display in the view. |
Methods
| PrintImage |
Prints the image to the supplied printer device context. |
| PrintImage2 |
Prints the image to the supplied printer device context. |
Events
| PrintImage |
Raised when the image prints to a printer device context. |