TextOptions

TextOptions class

Text files splitting to pages options.

The TextOptions type exposes the following members:

Constructors

Name Description
TextOptions() Initializes an instance of the TextOptions class.

Properties

Name Description
max_chars_per_row The maximum number of characters per row on a page.
max_rows_per_page The maximum number of rows per page.

See Also