EnablePagination

WordProcessingSaveOptions.EnablePagination property

Allows to enable or disable pagination which will be used for saving the WordProcessing document. If the original document was opened and edited in pagination mode, this option also should be enabled. By default is disabled.

public bool EnablePagination { get; set; }

See Also