|
HiraokaHyperTools.iTextSharp-LGPL
0.3.0
|
Public Member Functions | |
| override String | ToString () |
Public Member Functions inherited from iTextSharp.text.pdf.PdfObject | |
| virtual void | ToPdf (PdfWriter writer, Stream os) |
| virtual byte[] | GetBytes () |
| bool | CanBeInObjStm () |
| override string | ToString () |
| bool | IsNull () |
| bool | IsBoolean () |
| bool | IsNumber () |
| bool | IsString () |
| bool | IsName () |
| bool | IsArray () |
| bool | IsDictionary () |
| bool | IsStream () |
| bool | IsIndirect () |
Protected Member Functions | |
| PdfIndirectReference () | |
Protected Member Functions inherited from iTextSharp.text.pdf.PdfObject | |
| PdfObject (int type) | |
| PdfObject (int type, string content) | |
| PdfObject (int type, byte[] bytes) | |
Protected Attributes | |
| int | number |
| int | generation = 0 |
Protected Attributes inherited from iTextSharp.text.pdf.PdfObject | |
| byte[] | bytes |
| int | type |
| PRIndirectReference | indRef |
Properties | |
| int | Number [get] |
| int | Generation [get] |
Properties inherited from iTextSharp.text.pdf.PdfObject | |
| int | Length [get] |
| string | Content [set] |
| int | Type [get] |
| PRIndirectReference | IndRef [get, set] |
Additional Inherited Members | |
Static Public Attributes inherited from iTextSharp.text.pdf.PdfObject | |
| 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" |
PdfIndirectReference contains a reference to a PdfIndirectObject.
Any object used as an element of an array or as a value in a dictionary may be specified by either a direct object of an indirect reference. An indirect reference is a reference to an indirect object, and consists of the indirect object's object number, generation number and the R keyword.
This object is described in the 'Portable Document Format Reference Manual version 1.3' section 4.11 (page 54).
|
protected |
| override String iTextSharp.text.pdf.PdfIndirectReference.ToString | ( | ) |
|
protected |
the generation number
|
protected |
the object number
|
get |
Returns the generation of the object.
|
get |
Returns the number of the object.