Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterImagePrinter Class Members
See Also  Properties  Methods  Events
Leadtools.WinForms Namespace : RasterImagePrinter Class


The following tables list the members exposed by RasterImagePrinter.

Public Constructors

 NameDescription
Public ConstructorRasterImagePrinter Constructor Initializes a new instance of the RasterImagePrinter class.  
Top

Public Properties

 NameDescription
Public PropertyHorizontalAlignMode Gets or sets a value to determine how to center the image horizontally in the print page.  
Public PropertyImageRectangle Gets or sets the rectangle that specifies the portion of the image to print.  
Public PropertyPageRectangle Gets or sets the rectangular area that represents the total area of the page.  
Public PropertyPaintProperties Gets or sets the RasterPaintProperties which control the print properties of this RasterImagePrinter.  
Public PropertyPrintDocument Gets or sets the PrintDocument object associated with this print job  
Public PropertySizeMode Gets or sets the size mode of this RasterImagePrinter  
Public PropertyUseDpi 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.  
Public PropertyUseMargins Gets or sets a value that indicates whether to use the page margins when printing.  
Public PropertyVerticalAlignMode Gets or sets a value to determine how to center the image vertically in the print page.  
Top

Protected Properties

 NameDescription
Protected PropertyDestinationClipRectangle Gets the actual destination clip rectangle to print.  
Protected PropertyDestinationRectangle Gets the actual destination rectangle to print.  
Protected PropertySourceRectangle Gets the actual source rectangle to print.  
Top

Public Methods

 NameDescription
Public MethodPrint Prints the specified RasterImage.  
Top

Protected Methods

 NameDescription
Protected MethodOnHorizontalAlignModeChanged Raises the HorizontalAlignModeChanged event.  
Protected MethodOnImageRectangleChanged Raises the ImageRectangleChanged event.  
Protected MethodOnPageRectangleChanged Raises the PageRectangleChanged event.  
Protected MethodOnPaintPropertiesChanged Raises the PaintPropertiesChanged event.  
Protected MethodOnSizeModeChanged Raises the SizeModeChanged event.  
Protected MethodOnUseDpiChanged Raises the UseDpiChanged event.  
Protected MethodOnUseMarginsChanged Raises the UseMarginsChanged event.  
Protected MethodOnVerticalAlignModeChanged Raises the VerticalAlignModeChanged event.  
Protected MethodPrepare Prepares this RasterImagePrinter object state for printing.  
Top

Public Events

 NameDescription
Public EventHorizontalAlignModeChanged Occurs when the value of the HorizontalAlignMode property changes.  
Public EventImageRectangleChanged Occurs when the value of the ImageRectangle property changes.  
Public EventPageRectangleChanged Occurs when the value of the PageRectangle property changes.  
Public EventPaintPropertiesChanged Occurs when the value of the PaintProperties property changes.  
Public EventSizeModeChanged Occurs when the value of the SizeMode property changes.  
Public EventUseDpiChanged Occurs when the value of the UseDpi property changes.  
Public EventUseMarginsChanged Occurs when the value of the UseMargins property changes.  
Public EventVerticalAlignModeChanged Occurs when the value of the VerticalAlignMode property changes.  
Top

See Also