PageSetup.LayoutMode 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 layout mode for the current document.
public:
property Microsoft::Office::Interop::Word::WdLayoutMode LayoutMode { Microsoft::Office::Interop::Word::WdLayoutMode get(); void set(Microsoft::Office::Interop::Word::WdLayoutMode value); };
public Microsoft.Office.Interop.Word.WdLayoutMode LayoutMode { get; set; }
member this.LayoutMode : Microsoft.Office.Interop.Word.WdLayoutMode with get, set
Public Property LayoutMode As WdLayoutMode