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 |
---|
string | text | |
PdfLiteral [2/5]
Source code
public PdfLiteral(byte[] b)
Arguments
Type | Name | Description |
---|
byte``[] | b | |
PdfLiteral [3/5]
Source code
public PdfLiteral(int type, string text)
Arguments
Type | Name | Description |
---|
int | type | |
string | text | |
PdfLiteral [4/5]
Source code
public PdfLiteral(int type, byte[] b)
Arguments
Type | Name | Description |
---|
int | type | |
byte``[] | b | |
PdfLiteral [5/5]
Source code
public PdfLiteral(int size)
Arguments
Type | Name | Description |
---|
int | size | |
Methods
ToPdf
Source code
public override void ToPdf(PdfWriter writer, Stream os)
Arguments
Properties
Position
public virtual long Position { get; }
PosLength
public virtual int PosLength { get; }
Generated with ModularDoc