GoDigram for .NET Framework and .NET Core
Northwoods.Go.Pdf Namespace
/
GoPdfPageSizes Class
/ CustomInches Method
The width of the page in inches
The height of the page in inches
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
CustomInches Method
In This Topic
Creates a SizeF in inches given dimensions in inches.
Syntax
C#
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
See Also
Reference
GoPdfPageSizes Class
GoPdfPageSizes Members