ViewerSettings constructor

init

Initializes new instance of ViewerSettings class.

def __init__(self, logger):
    ...
Parameter Type Description
logger groupdocs.viewer.logging.ILogger The logger.

Exceptions

Exception Description
ArgumentNullException Thrown when logger is null.

See Also