custom_paper_size method

custom_paper_size(self, width, height)

Sets the custom paper size, in unit of inches.


def custom_paper_size(self, width, height):
    ...
ParameterTypeDescription
widthfloatThe width of the paper.
heightfloatThe height of the paper.

See Also