Version

PageMediaSize Property

Returns/sets the page media size which can specific the System.Printing.PageMediaSizeName and optionally an explicit width and height for the page.
Syntax
'Declaration
 
Public Property PageMediaSize As PageMediaSize
public PageMediaSize PageMediaSize {get; set;}

Property Value

A System.Printing.PageMediaSize instance or null.
Remarks

Note: PageMediaSize requires a reference to the ReachFramework assembly.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also