HiraokaHyperTools.iTextSharp-LGPL
0.2.5
|
Static Public Attributes | |
static PdfNumber | PORTRAIT = new PdfNumber(0) |
static PdfNumber | LANDSCAPE = new PdfNumber(90) |
static PdfNumber | INVERTEDPORTRAIT = new PdfNumber(180) |
static PdfNumber | SEASCAPE = new PdfNumber(270) |
![]() | |
static PdfName | FONT = PdfName.FONT |
static PdfName | OUTLINES = PdfName.OUTLINES |
static PdfName | PAGE = PdfName.PAGE |
static PdfName | PAGES = PdfName.PAGES |
static PdfName | CATALOG = PdfName.CATALOG |
![]() | |
const int | BOOLEAN = 1 |
const int | NUMBER = 2 |
const int | STRING = 3 |
const int | NAME = 4 |
const int | ARRAY = 5 |
const int | DICTIONARY = 6 |
const int | STREAM = 7 |
const int | NULL = 8 |
const int | INDIRECT = 10 |
const string | NOTHING = "" |
const string | TEXT_PDFDOCENCODING = "PDF" |
const string | TEXT_UNICODE = "UnicodeBig" |
Additional Inherited Members | |
![]() | |
PdfObject (int type) | |
PdfObject (int type, string content) | |
PdfObject (int type, byte[] bytes) | |
![]() | |
byte[] | bytes |
int | type |
PRIndirectReference | indRef |
![]() | |
ICollection | Keys [get] |
int | Size [get] |
![]() | |
int | Length [get] |
string | Content [set] |
int | Type [get] |
PRIndirectReference | IndRef [get, set] |
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)
bool iTextSharp.text.pdf.PdfPage.IsParent | ( | ) |
Checks if this page element is a tree of pages.
This method allways returns false
.
false
because this is a single page value of the Rotate key for a page in INVERTEDPORTRAIT
value of the Rotate key for a page in LANDSCAPE
value of the Rotate key for a page in PORTRAIT
value of the Rotate key for a page in SEASCAPE