◆ PdfLiteral() [1/5]
iTextSharp.text.pdf.PdfLiteral.PdfLiteral |
( |
string |
text | ) |
|
◆ PdfLiteral() [2/5]
iTextSharp.text.pdf.PdfLiteral.PdfLiteral |
( |
byte[] |
b | ) |
|
◆ PdfLiteral() [3/5]
iTextSharp.text.pdf.PdfLiteral.PdfLiteral |
( |
int |
type, |
|
|
string |
text |
|
) |
| |
◆ PdfLiteral() [4/5]
iTextSharp.text.pdf.PdfLiteral.PdfLiteral |
( |
int |
type, |
|
|
byte[] |
b |
|
) |
| |
◆ PdfLiteral() [5/5]
iTextSharp.text.pdf.PdfLiteral.PdfLiteral |
( |
int |
size | ) |
|
◆ ToPdf()
override void iTextSharp.text.pdf.PdfLiteral.ToPdf |
( |
PdfWriter |
writer, |
|
|
Stream |
os |
|
) |
| |
|
virtual |
Writes the PDF representation of this PdfObject
as an array of byte
s to the writer.
- Parameters
-
writer | for backwards compatibility |
os | the outputstream to write the bytes to. |
- Exceptions
-
Reimplemented from iTextSharp.text.pdf.PdfObject.
◆ Position
int iTextSharp.text.pdf.PdfLiteral.Position |
|
get |
◆ PosLength
int iTextSharp.text.pdf.PdfLiteral.PosLength |
|
get |
The documentation for this class was generated from the following file: