GoDiagram Win Reference
CustomInches Method

The width of the page in inches
The height of the page in inches
Creates a SizeF in inches given dimensions in inches.
Syntax
'Declaration
 
Public Shared Function CustomInches( _
   ByVal w As Single, _
   ByVal h As Single _
) As SizeF
public static SizeF CustomInches( 
   float w,
   float h
)

Parameters

w
The width of the page in inches
h
The height of the page in inches

Return Value

A SizeF representing the size of the page
Requirements

Target Platforms: Windows 7, 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

Reference

GoPdfPageSizes Class
GoPdfPageSizes Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback