PdfLiteral Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.PdfLiteral[[PdfLiteral]] iTextSharp.text.pdf.PdfObject[[PdfObject]] class iTextSharp.text.pdf.PdfObject abstractStyle; end iTextSharp.text.pdf.PdfObject --> iTextSharp.text.pdf.PdfLiteral
Members
Properties
Public properties
Methods
Public methods
Details
Inheritance
Constructors
PdfLiteral [1/5]
Source code
public PdfLiteral(string text)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
text |
PdfLiteral [2/5]
Source code
public PdfLiteral(byte[] b)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
b |
PdfLiteral [3/5]
Source code
public PdfLiteral(int type, string text)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
type |
|
|
|
text |
PdfLiteral [4/5]
Source code
public PdfLiteral(int type, byte[] b)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
type |
|
|
|
b |
PdfLiteral [5/5]
Source code
public PdfLiteral(int size)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
size |
Methods
ToPdf
Source code
public override void ToPdf(PdfWriter writer, Stream os)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
writer |
|
|
|
os |
Properties
Position
public virtual long Position { get; }
PosLength
public virtual int PosLength { get; }
Generated with ModularDoc