跳至主內容

搜尋

搜尋

Set The Starting Label

評論

2 條評論

  • Avatar
    Shotaro Ito
    Hi Prog,

    You need to set VisibleWindows property to .btStartingLabelDialogOnly before print.
    If your format has Starting label dialog enabled in Page setup, it will show the dialog.
    [code]
    _btApp.VisibleWindows = BarTender.BtVisibleWindows.btStartingLabelDialogOnly
    [/code]

    Besides you need to use BarTender's starting label dialog to specify where to print from - as currently there's no ActiveX / .net SDK property to set starting label position by code.

    Hope that helps.
    0
  • Avatar
    Ian Ian
    版主
    Sorry but there are no properties or methods for setting the label number to start printing to on the page.

    You could set the BarTender application object visibility property to be True, thus allowing the user to select the start point. I understand that this might not give you desired functionality.

    I you application running as a service by any chance on Windows Vista or later? If so, it should be noted that Windows does not allow an interactive window on the desktop to be shown from a service; this is for security reasons and cannot be worked around.
    0

登入寫評論。