C# Class iTextSharp.text.pdf.PdfPage

Inheritance: PdfDictionary
Show file Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Properties

Property Type Description
INVERTEDPORTRAIT PdfNumber
LANDSCAPE PdfNumber
PORTRAIT PdfNumber
SEASCAPE PdfNumber

Private Properties

Property Type Description
Add void
PdfPage System
PdfPage System
RotateMediaBox PdfRectangle

Public Methods

Method Description
IsParent ( ) : bool

Private Methods

Method Description
Add ( PdfIndirectReference contents ) : void
PdfPage ( PdfRectangle mediaBox, Hashtable boxSize, PdfDictionary resources ) : System
PdfPage ( PdfRectangle mediaBox, Hashtable boxSize, PdfDictionary resources, int rotate ) : System
RotateMediaBox ( ) : PdfRectangle

Method Details

IsParent() public method

public IsParent ( ) : bool
return bool

Property Details

INVERTEDPORTRAIT public static property

public static PdfNumber,iTextSharp.text.pdf INVERTEDPORTRAIT
return PdfNumber

LANDSCAPE public static property

public static PdfNumber,iTextSharp.text.pdf LANDSCAPE
return PdfNumber

PORTRAIT public static property

public static PdfNumber,iTextSharp.text.pdf PORTRAIT
return PdfNumber

SEASCAPE public static property

public static PdfNumber,iTextSharp.text.pdf SEASCAPE
return PdfNumber