GoDiagram Win Reference
CustomMillimeters Method

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

Parameters

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

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