output_blank_page_when_nothing_to_print属性

output_blank_page_when_nothing_to_print属性

指示当没有内容可打印时是否输出空白页。

注意事项

默认为 false。

定义:

@property
def output_blank_page_when_nothing_to_print(self):
    ...
@output_blank_page_when_nothing_to_print.setter
def output_blank_page_when_nothing_to_print(self, value):
    ...

也可以看看