Gets or sets the card layout when the View is printed/exported.
public virtual LayoutViewPrintMode PrintMode { get; set; }
Overridable Public Property PrintMode As LayoutViewPrintMode
If the PrintMode property is set to Default, cards are arranged in multiple columns when the View is printed/exported.
To specify the card layout that is applied when the View is displayed onscreen, use the LayoutViewOptionsView.ViewMode property.