Gets the paper size, in hundredths of an inch.
'Declaration
Public Shared Function GetPageSize( _
ByVal As PaperKind _
) As System.Windows.Size
'Usage
Dim kind As PaperKind
Dim value As System.Windows.Size
value = PaperSize.GetPageSize(kind)
public static System.Windows.Size GetPageSize(
PaperKind
)
Parameters
- kind
- The paper size, of the standard sizes.
Return Value
The width and height of the paper.
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6