The following tables list the members exposed by RasterImagePrinter.
| Name | Description | |
|---|---|---|
| RasterImagePrinter Constructor | Initializes a new instance of the RasterImagePrinter class. |
| Name | Description | |
|---|---|---|
| HorizontalAlignMode | Gets or sets a value to determine how to center the image horizontally in the print page. |
| ImageRectangle | Gets or sets the rectangle that specifies the portion of the image to print. |
| PageRectangle | Gets or sets the rectangular area that represents the total area of the page. |
| PaintProperties | Gets or sets the Leadtools.Drawing.RasterPaintProperties which control the print properties of this RasterImagePrinter. |
| PrintDocument | Gets or sets the System.Drawing.Printing.PrintDocument object associated with this print job |
| SizeMode | Gets or sets the size mode of this RasterImagePrinter |
| UseDpi | Gets or sets a value that indicates whether LEAD's automated scaling properties are used to account for the physical resolution of the image when printing FAX images. |
| UseMargins | Gets or sets a value that indicates whether to use the page margins when printing. |
| VerticalAlignMode | Gets or sets a value to determine how to center the image vertically in the print page. |
| Name | Description | |
|---|---|---|
| DestinationClipRectangle | Gets the actual destination clip rectangle to print. |
| DestinationRectangle | Gets the actual destination rectangle to print. |
| SourceRectangle | Gets the actual source rectangle to print. |
| Name | Description | |
|---|---|---|
| Prints the specified Leadtools.RasterImage. |
| Name | Description | |
|---|---|---|
| OnHorizontalAlignModeChanged | Raises the HorizontalAlignModeChanged event. |
| OnImageRectangleChanged | Raises the ImageRectangleChanged event. |
| OnPageRectangleChanged | Raises the PageRectangleChanged event. |
| OnPaintPropertiesChanged | Raises the PaintPropertiesChanged event. |
| OnSizeModeChanged | Raises the SizeModeChanged event. |
| OnUseDpiChanged | Raises the UseDpiChanged event. |
| OnUseMarginsChanged | Raises the UseMarginsChanged event. |
| OnVerticalAlignModeChanged | Raises the VerticalAlignModeChanged event. |
| Prepare | Prepares this RasterImagePrinter object state for printing. |
| Name | Description | |
|---|---|---|
| HorizontalAlignModeChanged | Occurs when the value of the HorizontalAlignMode property changes. |
| ImageRectangleChanged | Occurs when the value of the ImageRectangle property changes. |
| PageRectangleChanged | Occurs when the value of the PageRectangle property changes. |
| PaintPropertiesChanged | Occurs when the value of the PaintProperties property changes. |
| SizeModeChanged | Occurs when the value of the SizeMode property changes. |
| UseDpiChanged | Occurs when the value of the UseDpi property changes. |
| UseMarginsChanged | Occurs when the value of the UseMargins property changes. |
| VerticalAlignModeChanged | Occurs when the value of the VerticalAlignMode property changes. |