AccusoftPrintPro8 ActiveX DLL > PrintPro Object : PaperBin Property |
Gets or sets a value indicating the default paper bin on the printer from which paper is fed when printing (if the printer supports this feature).
Visual Basic |
---|
Public Property PaperBin As PP_SourceBin |
Not available at design time.
Note: If you set the PaperBin property after a document has been started, the new paper bin will not take effect until a new page has been started using the NewPage method.
The effect of setting the paperBin property depends on the driver supplied by the printer manufacturer. Some manufacturers have device-specific paper bin numbers that are greater than 256. You can use the NumBins, BinID and BinName properties to get a list of bin names and bin ID numbers for all bins supported by a printer. The ErrorCode property will be set to -5015 or -5016 if the printer does not support this property. For more information, see the manufacturer's documentation for the specific printer driver.