Class PdfLiteral
- Namespace
- iTextSharp.text.pdf
- Assembly
- iTextSharp.LGPLv2.Core.dll
a Literal
public class PdfLiteral : PdfObject
- Inheritance
-
PdfLiteral
- Inherited Members
Constructors
PdfLiteral(byte[])
public PdfLiteral(byte[] b)
Parameters
b
byte[]
PdfLiteral(int)
public PdfLiteral(int size)
Parameters
size
int
PdfLiteral(int, byte[])
public PdfLiteral(int type, byte[] b)
Parameters
PdfLiteral(int, string)
public PdfLiteral(int type, string text)
Parameters
PdfLiteral(string)
public PdfLiteral(string text)
Parameters
text
string
Properties
PosLength
public int PosLength { get; }
Property Value
Position
public int Position { get; }
Property Value
Methods
ToPdf(PdfWriter, Stream)
public override void ToPdf(PdfWriter writer, Stream os)