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

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

Защищенные свойства (Protected)

Свойство Тип Описание
bytes byte[]
indRef PRIndirectReference
type int

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

Метод Описание
CanBeInObjStm ( ) : bool
GetBytes ( ) : byte[]
IsArray ( ) : bool
IsBoolean ( ) : bool
IsDictionary ( ) : bool
IsIndirect ( ) : bool
IsName ( ) : bool
IsNull ( ) : bool
IsNumber ( ) : bool
IsStream ( ) : bool
IsString ( ) : bool
ToPdf ( PdfWriter writer, Stream os ) : void
ToString ( ) : string

Защищенные методы

Метод Описание
PdfObject ( int type ) : System
PdfObject ( int type, byte bytes ) : System
PdfObject ( int type, string content ) : System

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

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

public CanBeInObjStm ( ) : bool
Результат bool

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

public GetBytes ( ) : byte[]
Результат byte[]

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

public IsArray ( ) : bool
Результат bool

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

public IsBoolean ( ) : bool
Результат bool

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

public IsDictionary ( ) : bool
Результат bool

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

public IsIndirect ( ) : bool
Результат bool

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

public IsName ( ) : bool
Результат bool

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

public IsNull ( ) : bool
Результат bool

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

public IsNumber ( ) : bool
Результат bool

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

public IsStream ( ) : bool
Результат bool

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

public IsString ( ) : bool
Результат bool

PdfObject() защищенный метод

protected PdfObject ( int type ) : System
type int
Результат System

PdfObject() защищенный метод

protected PdfObject ( int type, byte bytes ) : System
type int
bytes byte
Результат System

PdfObject() защищенный метод

protected PdfObject ( int type, string content ) : System
type int
content string
Результат System

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

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

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

public ToString ( ) : string
Результат string

Описание свойств

bytes защищенное свойство

protected byte[] bytes
Результат byte[]

indRef защищенное свойство

protected PRIndirectReference,iTextSharp.text.pdf indRef
Результат PRIndirectReference

type защищенное свойство

protected int type
Результат int