Table of Contents

Class PdfPage

Namespace
iTextSharp.text.pdf
Assembly
iTextSharp.LGPLv2.Core.dll

PdfPage is the PDF Page-object. A Page object is a dictionary whose keys describe a single page containing text, graphics, and images. A Page onjects is a leaf of the Pages tree. This object is described in the 'Portable Document Format Reference Manual version 1.3' section 6.4 (page 73-81) @see PdfPageElement @see PdfPages

public class PdfPage : PdfDictionary
Inheritance
PdfPage
Inherited Members

Fields

Invertedportrait

value of the Rotate key for a page in INVERTEDPORTRAIT

public static PdfNumber Invertedportrait

Field Value

PdfNumber

Landscape

value of the Rotate key for a page in LANDSCAPE

public static PdfNumber Landscape

Field Value

PdfNumber

Portrait

value of the Rotate key for a page in PORTRAIT

public static PdfNumber Portrait

Field Value

PdfNumber

Seascape

value of the Rotate key for a page in SEASCAPE

public static PdfNumber Seascape

Field Value

PdfNumber

Methods

IsParent()

public static bool IsParent()

Returns

bool