Skip to content

Instantly share code, notes, and snippets.

@GroupDocsGists
Created June 16, 2019 09:31
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save GroupDocsGists/e4d0ed4867a7c9424caf5eede1d85c31 to your computer and use it in GitHub Desktop.
// For complete examples and data files, please go to https://github.com/groupdocs-editor/GroupDocs.Editor-for-.NET
/// <summary>
/// Allows to enable or disable pagination which will be used for saving the document.
/// If the original document was opened and edited in pagination mode, this option also should be enabled. By default is disabled.
/// </summary>
public bool EnablePagination { get; set; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment