API Reference

Enum

OneNotePageSize

Namespace OfficeIMO.OneNote
Assembly OfficeIMO.OneNote
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Native OneNote page-size identifiers.

Inheritance

  • Enum
  • OneNotePageSize

Usage

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

Values

public const OneNotePageSize Automatic #

The page automatically grows to fit its content.

Value: 0
public const OneNotePageSize Statement #

U.S. statement, 5.5 by 8.5 inches.

Value: 1
public const OneNotePageSize Letter #

ANSI letter, 8.5 by 11 inches.

Value: 2
public const OneNotePageSize Tabloid #

ANSI tabloid, 11 by 17 inches.

Value: 3
public const OneNotePageSize A3 #

ISO A3.

Value: 5
public const OneNotePageSize A4 #

ISO A4.

Value: 6
public const OneNotePageSize A5 #

ISO A5.

Value: 7
public const OneNotePageSize A6 #

ISO A6.

Value: 8
public const OneNotePageSize B4 #

JIS B4.

Value: 9
public const OneNotePageSize B5 #

JIS B5.

Value: 10
public const OneNotePageSize B6 #

JIS B6.

Value: 11
public const OneNotePageSize JapanesePostcard #

Japanese postcard.

Value: 12
public const OneNotePageSize IndexCard #

Index card, 3 by 5 inches.

Value: 13
public const OneNotePageSize Billfold #

Billfold, 3.75 by 6.75 inches.

Value: 14
public const OneNotePageSize Custom #

Caller-defined width and height.

Value: 15