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

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

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

True if the paper bin has been selected else false (unsupported paper bin). Standard values are: 

1 - Upper 

2 - Lower 

3 - Middle 

4 - Manual 

5 - Envelope 

6 - ManualFeed 

7 - AutomaticFeed 

8 - TractorFeed 

9 - SmallFormat 

10 - LargeFormat 

11 - LargeCapacity 

14 - Cassette 

15 - FormSource 

256 or larger - Custom

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