Table of Contents

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

type int
b byte[]

PdfLiteral(int, string)

public PdfLiteral(int type, string text)

Parameters

type int
text string

PdfLiteral(string)

public PdfLiteral(string text)

Parameters

text string

Properties

PosLength

public int PosLength { get; }

Property Value

int

Position

public int Position { get; }

Property Value

int

Methods

ToPdf(PdfWriter, Stream)

public override void ToPdf(PdfWriter writer, Stream os)

Parameters

writer PdfWriter
os Stream