Table of Contents

Method CreateSizeInches

Namespace
Alternet.Drawing.Printing
Assembly
Alternet.UI.Common.dll

CreateSizeInches()

Creates a new instance of the PaperSizes class with dimensions specified in inches.

public static PaperSizes CreateSizeInches()

Returns

PaperSizes

A PaperSizes object whose width and height are expressed in inches.

Remarks

Use this method when you require paper size measurements in inches rather than millimeters. The returned object represents the same paper size as CreateSizeMillimeters, but with dimensions converted to inches.