API Reference
Class
OneNotePageMargins
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
- Property OneNotePage.Margins
Constructors
public OneNotePageMargins() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.