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