C# Class PdfRpt.Core.Helper.PdfPageSizeToRectangle

This class converts the most common paper sizes to their iTextSharp.text.Rectangle equivalents.
显示文件 Open project: VahidN/PdfReport

Public Methods

Method Description
ToRectangle ( this pageSize ) : Rectangle

Converts the most common paper sizes to their iTextSharp.text.Rectangle equivalents.

Method Details

ToRectangle() public static method

Converts the most common paper sizes to their iTextSharp.text.Rectangle equivalents.
public static ToRectangle ( this pageSize ) : Rectangle
pageSize this page size
return iTextSharp.text.Rectangle