LEADTOOLS Windows Forms (Leadtools.WinForms assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
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 Constructor RasterImagePrinter ConstructorInitializes a new instance of the RasterImagePrinter class.  
Top

Public Properties

 NameDescription
public Property HorizontalAlignModeGets or sets a value to determine how to center the image horizontally in the print page.  
public Property ImageRectangleGets or sets the rectangle that specifies the portion of the image to print.  
public Property PageRectangleGets or sets the rectangular area that represents the total area of the page.  
public Property PaintPropertiesGets or sets the Leadtools.Drawing.RasterPaintProperties which control the print properties of this RasterImagePrinter.  
public Property PrintDocumentGets or sets the System.Drawing.Printing.PrintDocument object associated with this print job  
public Property SizeModeGets or sets the size mode of this RasterImagePrinter  
public Property UseDpiGets 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 Property UseMarginsGets or sets a value that indicates whether to use the page margins when printing.  
public Property VerticalAlignModeGets or sets a value to determine how to center the image vertically in the print page.  
Top

Protected Properties

 NameDescription
protected Property DestinationClipRectangleGets the actual destination clip rectangle to print.  
protected Property DestinationRectangleGets the actual destination rectangle to print.  
protected Property SourceRectangleGets the actual source rectangle to print.  
Top

Public Methods

 NameDescription
public Method PrintPrints the specified Leadtools.RasterImage.  
Top

Protected Methods

Public Events

 NameDescription
public Event HorizontalAlignModeChangedOccurs when the value of the HorizontalAlignMode property changes.  
public Event ImageRectangleChangedOccurs when the value of the ImageRectangle property changes.  
public Event PageRectangleChangedOccurs when the value of the PageRectangle property changes.  
public Event PaintPropertiesChangedOccurs when the value of the PaintProperties property changes.  
public Event SizeModeChangedOccurs when the value of the SizeMode property changes.  
public Event UseDpiChangedOccurs when the value of the UseDpi property changes.  
public Event UseMarginsChangedOccurs when the value of the UseMargins property changes.  
public Event VerticalAlignModeChangedOccurs when the value of the VerticalAlignMode property changes.  
Top

See Also