There is absolutely NO reference on the internet to being able to do
this...I can already select trays like this:
try
{
///Print from tray 2
///Print from tray 3
///Print from tray 4
pd.DefaultPageSettings.PaperSource =
pd.PrinterSettings.PaperSources[comboBox1.SelectedIndex =
Class1.counter];
pd.Print();
//Wmis.PStatus();
}
I have been going at this for the stapler and stapler bin for the
laserjet 4350tn for two weeks and there are no resources that I can
find or buy.
Any help from Microsoft is greatly appreciated.
Thanks,
Trint
[quoted text, click to view] Lukasz Pawlowski [MSFT] wrote:
> This is printer dependent. You can enumerate the printer settings
using the
> .net Framework APIs. The sample for reporting services provides an
into to
> these methods, but not a complete solution.
>
> -Lukasz
>
> --
> This posting is provided "AS IS" with no warranties, and confers no
rights.
>
>
>
> "trint" <trinity.smith@gmail.com> wrote in message
> news:1107209640.422003.32180@f14g2000cwb.googlegroups.com...
> >I am researching QueryPageSettings...But I cannot find documentation
> > supporting the output bin and stapler.
> > Thanks,
> > Trint
> >
Sorry should have been more clear. We shipped a printer delivery sample
with RS books online.
-Lukasz
--
This posting is provided "AS IS" with no warranties, and confers no rights.
[quoted text, click to view] "trint" <trinity.smith@gmail.com> wrote in message
news:1107213425.668979.290760@z14g2000cwz.googlegroups.com...
> There is absolutely NO reference on the internet to being able to do
> this...I can already select trays like this:
>
> try
> {
> ///Print from tray 2
> ///Print from tray 3
> ///Print from tray 4
> pd.DefaultPageSettings.PaperSource =
> pd.PrinterSettings.PaperSources[comboBox1.SelectedIndex =
> Class1.counter];
> pd.Print();
> //Wmis.PStatus();
> }
>
> I have been going at this for the stapler and stapler bin for the
> laserjet 4350tn for two weeks and there are no resources that I can
> find or buy.
> Any help from Microsoft is greatly appreciated.
> Thanks,
> Trint
>
> Lukasz Pawlowski [MSFT] wrote:
>> This is printer dependent. You can enumerate the printer settings
> using the
>> .net Framework APIs. The sample for reporting services provides an
> into to
>> these methods, but not a complete solution.
>>
>> -Lukasz
>>
>> --
>> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>>
>>
>>
>> "trint" <trinity.smith@gmail.com> wrote in message
>> news:1107209640.422003.32180@f14g2000cwb.googlegroups.com...
>> >I am researching QueryPageSettings...But I cannot find documentation
>> > supporting the output bin and stapler.
>> > Thanks,
>> > Trint
>> >
>