horizontal method

horizontal(horizontal_gap)

Creates a layout in which all specified pages are rendered horizontally side by side, left to right, in a single output.

def horizontal(self, horizontal_gap: float):
    ...
ParameterTypeDescription
horizontal_gapfloatThe horizontal gap between pages in points.

See Also