vertical method

vertical(vertical_gap)

Creates a layout where all specified pages are rendered vertically one below the other in a single output.

def vertical(self, vertical_gap: float):
    ...
ParameterTypeDescription
vertical_gapfloatThe vertical gap between pages in points.

See Also