WordProcessingSaveOptionsEnablePagination 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.
Namespace: GroupDocs.Editor.OptionsAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 20.12.0.0
Syntaxpublic bool EnablePagination { get; set; }
Public Property EnablePagination As Boolean
Get
Set
public:
property bool EnablePagination {
bool get ();
void set (bool value);
}
member EnablePagination : bool with get, set
Property Value
Type:
Boolean
See Also