EbookEditOptions

EbookEditOptions()

Initializes a new instance of the EbookEditOptions class, where all options are set to their default values

public EbookEditOptions()

See Also


EbookEditOptions(bool)

Initializes a new instance of the EbookEditOptions class with specified pagination mode

public EbookEditOptions(bool enablePagination)
Parameter Type Description
enablePagination Boolean Enables (true) or disables (false) pagination of the e-book content in the resultant HTML document. By default is disabled (false).

See Also