Accusoft.ImagXpress13.Net
Print(Graphics,RectangleF,PrintType) Method




A System.Drawing.Graphics object.
A System.Drawing.RectangleF object.
A PrintType value.
Prints an image to the current graphics object given graphics, dimensions and type of print.
Syntax
'Declaration
 
Public Overloads Sub Print( _
   ByVal graphics As Graphics, _
   ByVal dimensions As RectangleF, _
   ByVal printType As PrintType _
) 
'Usage
 
Dim instance As ImageXView
Dim graphics As Graphics
Dim dimensions As RectangleF
Dim printType As PrintType
 
instance.Print(graphics, dimensions, printType)
public void Print( 
   Graphics graphics,
   RectangleF dimensions,
   PrintType printType
)
public: void Print( 
   Graphics* graphics,
   RectangleF dimensions,
   PrintType printType
) 
public:
void Print( 
   Graphics^ graphics,
   RectangleF dimensions,
   PrintType printType
) 

Parameters

graphics
A System.Drawing.Graphics object.
dimensions
A System.Drawing.RectangleF object.
printType
A PrintType value.
See Also

Reference

ImageXView Class
ImageXView Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback