C# Class PdfRpt.Core.Helper.PdfPageSizeToRectangle

This class converts the most common paper sizes to their iTextSharp.text.Rectangle equivalents.
Afficher le fichier Open project: VahidN/PdfReport

Méthodes publiques

Méthode Description
ToRectangle ( this pageSize ) : Rectangle

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

Method Details

ToRectangle() public static méthode

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