'Declaration
Public Overloads Function PrintSetPaperBin( _ ByVal PaperBin As Integer _ ) As Boolean
public bool PrintSetPaperBin( int PaperBin )
public function PrintSetPaperBin( PaperBin: Integer ): Boolean;
public function PrintSetPaperBin( PaperBin : int ) : boolean;
public: bool PrintSetPaperBin( int PaperBin )
public: bool PrintSetPaperBin( int PaperBin )
Parameters
- PaperBin
- The constant that represents the paper source to be used. Please refer to the System.Drawing.Printing.PaperSourceKind enumeration for correct values. The standard values are listed below (please see the corresponding ordering number):
- Upper
- Lower
- Middle
- Manual
- Enveloper
- ManualFeed
- AutomaticFeed
- TractorFeed
- SmallFormat
- LargeFormat
- LargeCapacity
14. Cassette
15. FormSource
257. or greater: Custom
Return Value
true if the method has been followed successfully, otherwise false. Please use the GetStat method or the PrintGetStat method to determine the specific reason for the method's failure.