|
HiraokaHyperTools.iTextSharp-LGPL
0.3.0
|
Public Member Functions | |
| PdfLiteral (string text) | |
| PdfLiteral (byte[] b) | |
| PdfLiteral (int type, string text) | |
| PdfLiteral (int type, byte[] b) | |
| PdfLiteral (int size) | |
| override void | ToPdf (PdfWriter writer, Stream os) |
Public Member Functions inherited from iTextSharp.text.pdf.PdfObject | |
| 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 () |
Properties | |
| int | Position [get] |
| int | PosLength [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" |
Protected Member Functions inherited from iTextSharp.text.pdf.PdfObject | |
| PdfObject (int type) | |
| PdfObject (int type, string content) | |
| PdfObject (int type, byte[] bytes) | |
Protected Attributes inherited from iTextSharp.text.pdf.PdfObject | |
| byte[] | bytes |
| int | type |
| PRIndirectReference | indRef |
a Literal
| iTextSharp.text.pdf.PdfLiteral.PdfLiteral | ( | string | text | ) |
| iTextSharp.text.pdf.PdfLiteral.PdfLiteral | ( | byte[] | b | ) |
| iTextSharp.text.pdf.PdfLiteral.PdfLiteral | ( | int | type, |
| string | text | ||
| ) |
| iTextSharp.text.pdf.PdfLiteral.PdfLiteral | ( | int | type, |
| byte[] | b | ||
| ) |
| iTextSharp.text.pdf.PdfLiteral.PdfLiteral | ( | int | size | ) |
|
virtual |
Writes the PDF representation of this PdfObject as an array of bytes to the writer.
| writer | for backwards compatibility |
| os | the outputstream to write the bytes to. |
| IOException |
Reimplemented from iTextSharp.text.pdf.PdfObject.
|
get |
|
get |