Show Print Dialog Before Printing 追蹤
Hi,
I used the ActiveX Automation for some years. Now I try to port to the .NET SDK.
I need to show the Print Dialog before start printing to select printer, number
of copies and to select on which label position the print should start.
In ActiveX you just have to make a simple BTFormat.PrintOut(true, true). But I
have not found something similiar in the .NET SDK. Any suggestions ?
Thanks & best regards
stalle
1 意見
I've not tested this, but you probably want to try manipulating the "Window.VisibleWindows" Property. It has the following enumerations:
None - No windows will be visible in BarTender.
All - All windows will be visible in BarTender.
InteractiveDialogs - Only interactive dialog windows will be visible in BarTender. The main BarTender window will not show.
StartingLabelDialogOnly - Only the starting label dialog will be visible in BarTender.
This can be found in the BarTender Help System.
None - No windows will be visible in BarTender.
All - All windows will be visible in BarTender.
InteractiveDialogs - Only interactive dialog windows will be visible in BarTender. The main BarTender window will not show.
StartingLabelDialogOnly - Only the starting label dialog will be visible in BarTender.
This can be found in the BarTender Help System.
請登入寫評論。