Specifies the width and height of the pages for the current document. The measure depends on the WPF.TextControl.PageUnit property. The default measure is device-independent units (1/96th inch). The property value is an object of the type PageSize. For more information see the description of the PageSize class.

Syntax

public PageSize PageSize { get; set; }
Public Property PageSize() As PageSize