1. GroupDocs.Viewer
  2. /
  3. GroupDocs.Viewer for .NET
  4. /
  5. GroupDocs.Viewer.Options
  6. /
  7. TextOptions

TextOptions

TextOptions class

Text files splitting to pages options.

public class TextOptions

Constructors

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

Properties

Name Description
MaxCharsPerRow { get; set; } The maximum number of characters per row on a page.
MaxRowsPerPage { get; set; } The maximum number of rows per page.

See Also