LEADTOOLS Windows Forms (Leadtools.WinForms assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
RasterImagePrinter Class Properties
See Also 
Leadtools.WinForms Namespace : RasterImagePrinter Class


"

For a list of all members of this type, see RasterImagePrinter members.

"

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

See Also