rotate_page method

On this page

rotate_page

Applies the clockwise rotation to a page.

For details, see the documentation at https://docs.groupdocs.com/viewer/net/flip-or-rotate-pages/.

def rotate_page(self, page_number, rotation):
    ...
Parameter Type Description
page_number int The page number, must be strictly greater than 0.
rotation Rotation The rotation value.
Raises Description
ValueError If rotation for the page with number page_number was already added.

See Also

On this page