Page.PageLayoutSize

Page.PageLayoutSize property

Gets or sets page’s layout size displayed in the editor.

public SizeF PageLayoutSize { get; set; }

Remarks

This value is used by Microsoft OneNote application to display underlying page layout when document is opened. It doesn’t affect printing and saving of the document anyway. When Page.SizeType property is set to PageSizeType.SizeByContent this property returns real size of the content.

See Also