View.ReadingLayoutTruncateMargins 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 a WdReadingLayoutMargin constant that represents whether margins are visible or hidden when a document is viewed in Full Screen Reading view. Read/write.
public:
property Microsoft::Office::Interop::Word::WdReadingLayoutMargin ReadingLayoutTruncateMargins { Microsoft::Office::Interop::Word::WdReadingLayoutMargin get(); void set(Microsoft::Office::Interop::Word::WdReadingLayoutMargin value); };
public Microsoft.Office.Interop.Word.WdReadingLayoutMargin ReadingLayoutTruncateMargins { get; set; }
member this.ReadingLayoutTruncateMargins : Microsoft.Office.Interop.Word.WdReadingLayoutMargin with get, set
Public Property ReadingLayoutTruncateMargins As WdReadingLayoutMargin