API Reference

Class

OneNotePageMargins

Namespace OfficeIMO.OneNote
Assembly OfficeIMO.OneNote
Modifiers sealed

Page margins and margin origins in OneNote half-inch units.

Inheritance

  • Object
  • OneNotePageMargins

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public OneNotePageMargins() #

Properties

public Nullable<Double> Left { get; set; } #

Left margin width.

public Nullable<Double> Right { get; set; } #

Right margin width.

public Nullable<Double> Top { get; set; } #

Top margin width.

public Nullable<Double> Bottom { get; set; } #

Bottom margin width.

public Nullable<Double> OriginX { get; set; } #

Horizontal margin origin.

public Nullable<Double> OriginY { get; set; } #

Vertical margin origin.