You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Printing > PrintBySize Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.PrintBySize Method

Prints a GdPicture image to the active printer with specific size and position.

C#
public PrintBySize(
    int ImageID, 
    Single DstLeft, 
    Single DstTop, 
    Single Width, 
    Single Height
);
Visual Basic
Public Sub PrintBySize(
    ByVal ImageID As Integer, 
    ByVal DstLeft As Single, 
    ByVal DstTop As Single, 
    ByVal Width As Single, 
    ByVal Height As Single
)
Parameters
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.