Table of Contents

Class PageSize

Namespace
iText.Kernel.Geom
Assembly
itext.kernel.dll
public class PageSize : Rectangle
Inheritance
PageSize
Inherited Members

Constructors

PageSize(float, float)

public PageSize(float width, float height)

Parameters

width float
height float

PageSize(Rectangle)

public PageSize(Rectangle box)

Parameters

box Rectangle

Fields

A0

public static readonly PageSize A0

Field Value

PageSize

A1

public static readonly PageSize A1

Field Value

PageSize

A10

public static readonly PageSize A10

Field Value

PageSize

A2

public static readonly PageSize A2

Field Value

PageSize

A3

public static readonly PageSize A3

Field Value

PageSize

A4

public static readonly PageSize A4

Field Value

PageSize

A5

public static readonly PageSize A5

Field Value

PageSize

A6

public static readonly PageSize A6

Field Value

PageSize

A7

public static readonly PageSize A7

Field Value

PageSize

A8

public static readonly PageSize A8

Field Value

PageSize

A9

public static readonly PageSize A9

Field Value

PageSize

B0

public static readonly PageSize B0

Field Value

PageSize

B1

public static readonly PageSize B1

Field Value

PageSize

B10

public static readonly PageSize B10

Field Value

PageSize

B2

public static readonly PageSize B2

Field Value

PageSize

B3

public static readonly PageSize B3

Field Value

PageSize

B4

public static readonly PageSize B4

Field Value

PageSize

B5

public static readonly PageSize B5

Field Value

PageSize

B6

public static readonly PageSize B6

Field Value

PageSize

B7

public static readonly PageSize B7

Field Value

PageSize

B8

public static readonly PageSize B8

Field Value

PageSize

B9

public static readonly PageSize B9

Field Value

PageSize

DEFAULT

public static readonly PageSize DEFAULT

Field Value

PageSize

EXECUTIVE

public static readonly PageSize EXECUTIVE

Field Value

PageSize

LEDGER

public static readonly PageSize LEDGER

Field Value

PageSize
public static readonly PageSize LEGAL

Field Value

PageSize

LETTER

public static readonly PageSize LETTER

Field Value

PageSize

TABLOID

public static readonly PageSize TABLOID

Field Value

PageSize

Methods

Clone()

Creates a "deep copy" of this PageSize, meaning the object returned by this method will be independent of the object being cloned.

public override Rectangle Clone()

Returns

Rectangle

the copied PageSize.

Remarks

Creates a "deep copy" of this PageSize, meaning the object returned by this method will be independent of the object being cloned. Note that although the return type of this method is Rectangle , the actual type of the returned object is PageSize.

Rotate()

Rotates PageSize clockwise.

public virtual PageSize Rotate()

Returns

PageSize

the rotated PageSize.