API Reference

Class

OneNotePageRenderingOptions

Namespace OfficeIMO.OneNote
Assembly OfficeIMO.OneNote
Base OfficeImageExportOptions

Controls dependency-free OneNote page layout, rendering, and image export.

Inheritance

  • OfficeImageExportOptions
  • OneNotePageRenderingOptions

Usage

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

Accepted by parameters

Constructors

Methods

public OneNotePageRenderingOptions Clone() #
Returns: OneNotePageRenderingOptions

Creates a detached copy.

Properties

public override Double LogicalUnitsPerInch { get; } #
public Boolean IncludeTitle { get; set; } #

Whether the page title is rendered.

public Boolean IncludeImages { get; set; } #

Whether embedded pictures, including printout backgrounds, are rendered.

public Boolean IncludeInk { get; set; } #

Whether native ink strokes are rendered.

public Boolean IncludeMath { get; set; } #

Whether structured mathematical expressions are typeset.

public Boolean IncludeAttachmentPlaceholders { get; set; } #

Whether attachment and recording placeholders are rendered.

public Int64 MaxImageBytes { get; set; } #

Maximum bytes materialized from any single lazy image payload.

public Double MaximumImageDimensionPoints { get; set; } #

Maximum logical width or height inferred from an embedded image header, in points.

public Double AutomaticPageWidthPoints { get; set; } #

Minimum width used for automatically sized pages, in points.

public Double AutomaticPageHeightPoints { get; set; } #

Minimum height used for automatically sized pages, in points.

public Double AutomaticPagePaddingPoints { get; set; } #

Extra space retained beyond inferred content bounds, in points.

public OfficeFontInfo DefaultFont { get; set; } #

Default body font used when a OneNote run does not name one.

public OfficeInkRenderOptions Ink { get; set; } #

Reusable ink-rendering settings.

public OfficeMathRenderOptions Math { get; set; } #

Reusable mathematical-rendering settings.

Fields

public const Double DefaultMaximumImageDimensionPoints #

Default maximum logical width or height contributed by one embedded image.

Value: 14400