C# Class iTextSharp.text.pdf.PdfObject

Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Protected Properties

Свойство Type Description
bytes byte[]
indRef PRIndirectReference
type int

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
PdfObject ( int type ) : System
PdfObject ( int type, byte bytes ) : System
PdfObject ( int type, string content ) : System

Method Details

CanBeInObjStm() public méthode

public CanBeInObjStm ( ) : bool
Résultat bool

GetBytes() public méthode

public GetBytes ( ) : byte[]
Résultat byte[]

IsArray() public méthode

public IsArray ( ) : bool
Résultat bool

IsBoolean() public méthode

public IsBoolean ( ) : bool
Résultat bool

IsDictionary() public méthode

public IsDictionary ( ) : bool
Résultat bool

IsIndirect() public méthode

public IsIndirect ( ) : bool
Résultat bool

IsName() public méthode

public IsName ( ) : bool
Résultat bool

IsNull() public méthode

public IsNull ( ) : bool
Résultat bool

IsNumber() public méthode

public IsNumber ( ) : bool
Résultat bool

IsStream() public méthode

public IsStream ( ) : bool
Résultat bool

IsString() public méthode

public IsString ( ) : bool
Résultat bool

PdfObject() protected méthode

protected PdfObject ( int type ) : System
type int
Résultat System

PdfObject() protected méthode

protected PdfObject ( int type, byte bytes ) : System
type int
bytes byte
Résultat System

PdfObject() protected méthode

protected PdfObject ( int type, string content ) : System
type int
content string
Résultat System

ToPdf() public méthode

public ToPdf ( PdfWriter writer, Stream os ) : void
writer PdfWriter
os Stream
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

bytes protected_oe property

protected byte[] bytes
Résultat byte[]

indRef protected_oe property

protected PRIndirectReference,iTextSharp.text.pdf indRef
Résultat PRIndirectReference

type protected_oe property

protected int type
Résultat int