Adds an
System.Drawing.Image to the
C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it.
シンタックス
'宣言
Public Overloads Sub RenderDirectImage( _
ByVal As Unit, _
ByVal As Unit, _
ByVal As System.Drawing.Image, _
ByVal As System.Object, _
ByVal As System.Object, _
ByVal As Style _
)
'使用法
Dim instance As C1PrintDocument
Dim x As Unit
Dim y As Unit
Dim image As System.Drawing.Image
Dim width As System.Object
Dim height As System.Object
Dim style As Style
instance.RenderDirectImage(x, y, image, width, height, style)
public void RenderDirectImage(
Unit ,
Unit ,
System.Drawing.Image ,
System.object ,
System.object ,
Style
)
パラメータ
- x
- The horizontal (X) coordinate at which to render the image (cannot be auto).
- y
- The vertical (Y) coordinate at which to render the image (cannot be auto).
- image
- The image to render.
- width
- The width of the image (if null, auto is used).
- height
- The height of the image (if null, auto is used).
- style
- The C1PrintDocument.Style to use, or null.
参照