Class PageSize
- Namespace
- iTextSharp.text
- Assembly
- iTextSharp.LGPLv2.Core.dll
The PageSize-object contains a number of read only rectangles representing the most common paper sizes.
public static class PageSize
- Inheritance
-
PageSize
- Inherited Members
Fields
A0
This is the a0 format
public static readonly Rectangle A0
Field Value
A1
This is the a1 format
public static readonly Rectangle A1
Field Value
A10
This is the a10 format
public static readonly Rectangle A10
Field Value
A2
This is the a2 format
public static readonly Rectangle A2
Field Value
A3
This is the a3 format
public static readonly Rectangle A3
Field Value
A4
This is the a4 format
public static readonly Rectangle A4
Field Value
A5
This is the a5 format
public static readonly Rectangle A5
Field Value
A6
This is the a6 format
public static readonly Rectangle A6
Field Value
A7
This is the a7 format
public static readonly Rectangle A7
Field Value
A8
This is the a8 format
public static readonly Rectangle A8
Field Value
A9
This is the a9 format
public static readonly Rectangle A9
Field Value
ArchA
This is the archA format
public static readonly Rectangle ArchA
Field Value
ArchB
This is the archB format
public static readonly Rectangle ArchB
Field Value
ArchC
This is the archC format
public static readonly Rectangle ArchC
Field Value
ArchD
This is the archD format
public static readonly Rectangle ArchD
Field Value
ArchE
This is the archE format
public static readonly Rectangle ArchE
Field Value
B0
This is the b0 format
public static readonly Rectangle B0
Field Value
B1
This is the b1 format
public static readonly Rectangle B1
Field Value
B10
This is the b10 format
public static readonly Rectangle B10
Field Value
B2
This is the b2 format
public static readonly Rectangle B2
Field Value
B3
This is the b3 format
public static readonly Rectangle B3
Field Value
B4
This is the b4 format
public static readonly Rectangle B4
Field Value
B5
This is the b5 format
public static readonly Rectangle B5
Field Value
B6
This is the b6 format
public static readonly Rectangle B6
Field Value
B7
This is the b7 format
public static readonly Rectangle B7
Field Value
B8
This is the b8 format
public static readonly Rectangle B8
Field Value
B9
This is the b9 format
public static readonly Rectangle B9
Field Value
CrownOctavo
This is the Crown Octavo format
public static readonly Rectangle CrownOctavo
Field Value
CrownQuarto
This is the Crown Quarto format
public static readonly Rectangle CrownQuarto
Field Value
DemyOctavo
This is the Demy Octavo format
public static readonly Rectangle DemyOctavo
Field Value
DemyQuarto
This is the Demy Quarto format.
public static readonly Rectangle DemyQuarto
Field Value
Executive
This is the executive format
public static readonly Rectangle Executive
Field Value
Flsa
This is the American Foolscap format
public static readonly Rectangle Flsa
Field Value
Flse
This is the European Foolscap format
public static readonly Rectangle Flse
Field Value
Halfletter
This is the halfletter format
public static readonly Rectangle Halfletter
Field Value
Id1
This is the ISO 7810 ID-1 format (85.60 x 53.98 mm or 3.370 x 2.125 inch)
public static readonly Rectangle Id1
Field Value
Id2
This is the ISO 7810 ID-2 format (A7 rotated)
public static readonly Rectangle Id2
Field Value
Id3
This is the ISO 7810 ID-3 format (B7 rotated)
public static readonly Rectangle Id3
Field Value
LargeCrownOctavo
This is the Large Crown Octavo format
public static readonly Rectangle LargeCrownOctavo
Field Value
LargeCrownQuarto
This is the Large Crown Quarto format
public static readonly Rectangle LargeCrownQuarto
Field Value
Ledger
This is the ledger format
public static readonly Rectangle Ledger
Field Value
Legal
This is the legal format
public static readonly Rectangle Legal
Field Value
Letter
This is the letter format
public static readonly Rectangle Letter
Field Value
Note
This is the note format
public static readonly Rectangle Note
Field Value
PenguinLargePaperback
This is the Penguin large paparback format.
public static readonly Rectangle PenguinLargePaperback
Field Value
PenguinSmallPaperback
This is the Pengiun small paperback format.
public static readonly Rectangle PenguinSmallPaperback
Field Value
Postcard
This is the postcard format
public static readonly Rectangle Postcard
Field Value
RoyalOctavo
This is the Royal Octavo format.
public static readonly Rectangle RoyalOctavo
Field Value
RoyalQuarto
This is the Royal Quarto format.
public static readonly Rectangle RoyalQuarto
Field Value
SmallPaperback
This is the small paperback format.
public static readonly Rectangle SmallPaperback
Field Value
Tabloid
This is the tabloid format
public static readonly Rectangle Tabloid
Field Value
_11X17
membervariables
public static readonly Rectangle _11X17
Field Value
Methods
GetRectangle(string)
This method returns a Rectangle based on a String. Possible values are the the names of a constant in this class (for instance "A4", "LETTER",...) or a value like "595 842"
public static Rectangle GetRectangle(string name)
Parameters
name
string