EnablePagination

FixedLayoutEditOptionsBase.EnablePagination property

Allows to enable (true) or disable (false) pagination in the resultant HTML document. By default is disabled (false).

public bool EnablePagination { get; set; }

Remarks

Fixed-layout format documents (PDF and XPS in particular) in their essence are strictly paged, their content has a fixed layout and divided onto pages. But resultant editable HTML can be represented in either pageless or paginal view.

See Also