Method CreateSizeInchesRounded
CreateSizeInchesRounded()
Creates a new instance of the PaperSizes class with standard ISO and US paper sizes defined in inches. This method converts the standard millimeter sizes to inches using the (MmToInches(float, int)) method, applying rounding to the specified number of decimal places for inch measurements DefaultInchesDecimals .
public static PaperSizes CreateSizeInchesRounded()
Returns
- PaperSizes
A PaperSizes object containing predefined dimensions for common ISO (A, B, C series) and US (Letter, Legal, Tabloid, etc.) paper sizes, with all measurements specified in inches.
Remarks
Use this method when you require paper size definitions in inches for printing, layout, or document formatting tasks. The returned object includes both international and US standard sizes for convenience.