Table of Contents

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

Rectangle

A1

This is the a1 format

public static readonly Rectangle A1

Field Value

Rectangle

A10

This is the a10 format

public static readonly Rectangle A10

Field Value

Rectangle

A2

This is the a2 format

public static readonly Rectangle A2

Field Value

Rectangle

A3

This is the a3 format

public static readonly Rectangle A3

Field Value

Rectangle

A4

This is the a4 format

public static readonly Rectangle A4

Field Value

Rectangle

A5

This is the a5 format

public static readonly Rectangle A5

Field Value

Rectangle

A6

This is the a6 format

public static readonly Rectangle A6

Field Value

Rectangle

A7

This is the a7 format

public static readonly Rectangle A7

Field Value

Rectangle

A8

This is the a8 format

public static readonly Rectangle A8

Field Value

Rectangle

A9

This is the a9 format

public static readonly Rectangle A9

Field Value

Rectangle

ArchA

This is the archA format

public static readonly Rectangle ArchA

Field Value

Rectangle

ArchB

This is the archB format

public static readonly Rectangle ArchB

Field Value

Rectangle

ArchC

This is the archC format

public static readonly Rectangle ArchC

Field Value

Rectangle

ArchD

This is the archD format

public static readonly Rectangle ArchD

Field Value

Rectangle

ArchE

This is the archE format

public static readonly Rectangle ArchE

Field Value

Rectangle

B0

This is the b0 format

public static readonly Rectangle B0

Field Value

Rectangle

B1

This is the b1 format

public static readonly Rectangle B1

Field Value

Rectangle

B10

This is the b10 format

public static readonly Rectangle B10

Field Value

Rectangle

B2

This is the b2 format

public static readonly Rectangle B2

Field Value

Rectangle

B3

This is the b3 format

public static readonly Rectangle B3

Field Value

Rectangle

B4

This is the b4 format

public static readonly Rectangle B4

Field Value

Rectangle

B5

This is the b5 format

public static readonly Rectangle B5

Field Value

Rectangle

B6

This is the b6 format

public static readonly Rectangle B6

Field Value

Rectangle

B7

This is the b7 format

public static readonly Rectangle B7

Field Value

Rectangle

B8

This is the b8 format

public static readonly Rectangle B8

Field Value

Rectangle

B9

This is the b9 format

public static readonly Rectangle B9

Field Value

Rectangle

CrownOctavo

This is the Crown Octavo format

public static readonly Rectangle CrownOctavo

Field Value

Rectangle

CrownQuarto

This is the Crown Quarto format

public static readonly Rectangle CrownQuarto

Field Value

Rectangle

DemyOctavo

This is the Demy Octavo format

public static readonly Rectangle DemyOctavo

Field Value

Rectangle

DemyQuarto

This is the Demy Quarto format.

public static readonly Rectangle DemyQuarto

Field Value

Rectangle

Executive

This is the executive format

public static readonly Rectangle Executive

Field Value

Rectangle

Flsa

This is the American Foolscap format

public static readonly Rectangle Flsa

Field Value

Rectangle

Flse

This is the European Foolscap format

public static readonly Rectangle Flse

Field Value

Rectangle

Halfletter

This is the halfletter format

public static readonly Rectangle Halfletter

Field Value

Rectangle

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

Rectangle

Id2

This is the ISO 7810 ID-2 format (A7 rotated)

public static readonly Rectangle Id2

Field Value

Rectangle

Id3

This is the ISO 7810 ID-3 format (B7 rotated)

public static readonly Rectangle Id3

Field Value

Rectangle

LargeCrownOctavo

This is the Large Crown Octavo format

public static readonly Rectangle LargeCrownOctavo

Field Value

Rectangle

LargeCrownQuarto

This is the Large Crown Quarto format

public static readonly Rectangle LargeCrownQuarto

Field Value

Rectangle

Ledger

This is the ledger format

public static readonly Rectangle Ledger

Field Value

Rectangle

This is the legal format

public static readonly Rectangle Legal

Field Value

Rectangle

Letter

This is the letter format

public static readonly Rectangle Letter

Field Value

Rectangle

Note

This is the note format

public static readonly Rectangle Note

Field Value

Rectangle

PenguinLargePaperback

This is the Penguin large paparback format.

public static readonly Rectangle PenguinLargePaperback

Field Value

Rectangle

PenguinSmallPaperback

This is the Pengiun small paperback format.

public static readonly Rectangle PenguinSmallPaperback

Field Value

Rectangle

Postcard

This is the postcard format

public static readonly Rectangle Postcard

Field Value

Rectangle

RoyalOctavo

This is the Royal Octavo format.

public static readonly Rectangle RoyalOctavo

Field Value

Rectangle

RoyalQuarto

This is the Royal Quarto format.

public static readonly Rectangle RoyalQuarto

Field Value

Rectangle

SmallPaperback

This is the small paperback format.

public static readonly Rectangle SmallPaperback

Field Value

Rectangle

Tabloid

This is the tabloid format

public static readonly Rectangle Tabloid

Field Value

Rectangle

_11X17

membervariables

public static readonly Rectangle _11X17

Field Value

Rectangle

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

Returns

Rectangle