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

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

C#
public Boolean PrintDialog(
    int ImageID
);
Visual Basic
Public Function PrintDialog(
    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.