Options.Pagination Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if Microsoft Word repaginates documents in the background.
public:
property bool Pagination { bool get(); void set(bool value); };
public bool Pagination { get; set; }
member this.Pagination : bool with get, set
Public Property Pagination As Boolean