WorkbookRender constructor

__init__(self, workbook, options)

The construct of WorkbookRender


def __init__(self, workbook, options):
    ...
ParameterTypeDescription
workbookaspose.cells.WorkbookIndicate which workbook to be rendered.
optionsaspose.cells.rendering.ImageOrPrintOptionsImageOrPrintOptions contains some property of output image

See Also