1. GroupDocs.Editor
  2. /
  3. GroupDocs.Editor for .NET
  4. /
  5. GroupDocs.Editor.Options
  6. /
  7. TextEditOptions
  8. /
  9. EnablePagination

EnablePagination

TextEditOptions.EnablePagination property

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

public bool EnablePagination { get; set; }

See Also