C# Класс iTextSharp.text.pdf.PdfLiteral

Наследование: PdfObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
PdfLiteral ( byte b ) : System
PdfLiteral ( int size ) : System
PdfLiteral ( int type, byte b ) : System
PdfLiteral ( int type, string text ) : System
PdfLiteral ( string text ) : System
ToPdf ( PdfWriter writer, Stream os ) : void

Описание методов

PdfLiteral() публичный метод

public PdfLiteral ( byte b ) : System
b byte
Результат System

PdfLiteral() публичный метод

public PdfLiteral ( int size ) : System
size int
Результат System

PdfLiteral() публичный метод

public PdfLiteral ( int type, byte b ) : System
type int
b byte
Результат System

PdfLiteral() публичный метод

public PdfLiteral ( int type, string text ) : System
type int
text string
Результат System

PdfLiteral() публичный метод

public PdfLiteral ( string text ) : System
text string
Результат System

ToPdf() публичный метод

public ToPdf ( PdfWriter writer, Stream os ) : void
writer PdfWriter
os Stream
Результат void