GoDigram for .NET Framework and .NET Core
Northwoods.Go.Pdf Namespace / GoPdfPageSizes Class / CustomCentimeters Method
The width of the page in centimeters
The height of the page in centimeters
In This Topic
    CustomCentimeters Method
    In This Topic
    Creates a SizeF in centimeters given dimensions in centimeters.
    Syntax
    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
    See Also