You are here: GdPicture.NET > Documentation > Classes > GdViewer Class > GdViewer Methods > Document Printing > PrintSetPaperBin Method > PrintSetPaperBin Method (PaperSource)
logo.gif
ContentsIndexHome
PreviousUpNext
GdViewer.PrintSetPaperBin Method (PaperSource)

Sets the paper bin to be used by the active printer.

C#
public Boolean PrintSetPaperBin(
    PaperSource PaperBin
);
Visual Basic
Public Function PrintSetPaperBin(
    ByVal PaperBin As PaperSource
) As Boolean
Parameters
Parameters 
Description 
PaperBin 
The paper bin to use. A PaperSource object.  
Returns

True if the paper bin has been selected else false (unsupported paper bin).

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