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
In This Topic
    CustomInches Method
    In This Topic
    Creates a SizeF in inches given dimensions in inches.
    Syntax
    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