GoDiagram Win Reference
CustomCentimeters Method

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

Parameters

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

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