PageBuilder constructor

init

Initializes a new instance of the PageBuilder class.

def __init__(self):
    ...

init

Initializes a new instance of the PageBuilder class.

def __init__(self, options):
    ...
Parameter Type Description
options groupdocs.merger.domain.options.PageBuilderOptions The page builder options.

Exceptions

Exception Description
ArgumentNullException Thrown when options is null.

See Also