get_page_size_inch method

get_page_size_inch

Get page size in inch of output image.

Returns

Page size of image, [0] for width and [1] for height

def get_page_size_inch(self, page_index):
    ...
ParameterTypeDescription
page_indexintThe page index is based on zero.

See Also