custom_print方法
custom_print(next_page_after_print, print_page_event_args)
使用此功能打印每一页时,客户端可以控制打印机的页面设置。
返回
间接下一页索引,基于零
def custom_print(self, next_page_after_print, print_page_event_args):
...
范围 | 类型 | 描述 |
---|---|---|
next_page_after_print | bool | 如果为 true ,打印机将在打印当前页后转到下一页 |
print_page_event_args | aspose.pydrawing.printing.PrintPageEventArgs | System.Drawing.Printing.PrintPageEventArgs |