Prints a GdPicture image to the active printer with specific size and position.
public PrintBySize( int ImageID, Single DstLeft, Single DstTop, Single Width, Single Height );
Public Sub PrintBySize( ByVal ImageID As Integer, ByVal DstLeft As Single, ByVal DstTop As Single, ByVal Width As Single, ByVal Height As Single )
|
Parameters |
Description |
|
ImageID |
GdPicture Image Identifier. |
|
DstLeft |
Specifies the x-coordinate (in inches) of the upper-left corner of the image into the paper. |
|
DstTop |
Specifies the y-coordinate (in inches) of the upper-left corner of the image into the paper. |
|
Width |
Specifies the width (in inches) of image into the paper. |
|
Height |
Specifies the height (in inches) of image into the paper. |
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|