Silent Print to device

Knowledge exchange related to the VPE Report Engine and PDF Library

Moderator: IDEAL Software Support

Silent Print to device

Postby ama_trig » Tue Apr 28, 2015 8:07 pm

Is there a way I can do a totally silent printing without the VPE progress dialogue showing up?
By not silent printing, I mean the part that after calling PrintDoc, a progress dialog is shown during printing reporting the status and progress on printing to device context.

my setup :
- Virtual Print Engine v6.0 (01 / 2010)
- C#+3
- VPE dynamic object instantiates during run time

Code: Select all
using (VPE = new VpeControl())
{
    VPE.OpenDoc();
    ...
    VPE.PrintDoc(false);
    VPE.CloseDoc();
}
ama_trig
 
Posts: 1
Joined: Tue Apr 28, 2015 7:58 pm

Re: Silent Print to device

Postby IDEAL Software Support » Wed Apr 29, 2015 7:43 am

Use the property VPE.PrintOptions and set its value to PrintOptions.NoAbortDialog.
IDEAL Software Support
 
Posts: 1621
Joined: Thu Nov 18, 2004 4:03 pm


Return to VPE Open Forum

Who is online

Users browsing this forum: No registered users and 7 guests

cron