Zoom.PageColumns 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.
Returns or sets the number of pages to be displayed side by side on-screen at the same time in print layout view or print preview.
public:
property int PageColumns { int get(); void set(int value); };
public int PageColumns { get; set; }
member this.PageColumns : int with get, set
Public Property PageColumns As Integer