You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Printing > PrintDialogFit > PrintDialogFit Method (Integer)
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.PrintDialogFit Method (Integer)

Invokes the standard Windows Printer Dialog, which allows users to choose the printer settings, then prints a GdPicture image adjusting the picture size to the default paper size.

C#
public Boolean PrintDialogFit(
    int ImageID
);
Visual Basic
Public Function PrintDialogFit(
    ByVal ImageID As Integer
) As Boolean
Parameters
Parameters 
Description 
ImageID 
GdPicture Image Identifier.  
Returns

True if success, else False.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.