custom_print method

custom_print

Client can control page setting of printer when print each page using this function.

Returns

Indirect next page index, based on zero

def custom_print(self, next_page_after_print, print_page_event_args):
    ...
ParameterTypeDescription
next_page_after_printboolIf true , printer will go to next page after print current page
print_page_event_argsaspose.pydrawing.printing.PrintPageEventArgsSystem.Drawing.Printing.PrintPageEventArgs

See Also