C# Class iTextSharp.text.pdf.PdfObject

Mostrar archivo Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Protected Properties

Property Type Description
bytes byte[]
indRef PRIndirectReference
type int

Public Methods

Method 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

Protected Methods

Method Description
PdfObject ( int type ) : System
PdfObject ( int type, byte bytes ) : System
PdfObject ( int type, string content ) : System

Method Details

CanBeInObjStm() public method

public CanBeInObjStm ( ) : bool
return bool

GetBytes() public method

public GetBytes ( ) : byte[]
return byte[]

IsArray() public method

public IsArray ( ) : bool
return bool

IsBoolean() public method

public IsBoolean ( ) : bool
return bool

IsDictionary() public method

public IsDictionary ( ) : bool
return bool

IsIndirect() public method

public IsIndirect ( ) : bool
return bool

IsName() public method

public IsName ( ) : bool
return bool

IsNull() public method

public IsNull ( ) : bool
return bool

IsNumber() public method

public IsNumber ( ) : bool
return bool

IsStream() public method

public IsStream ( ) : bool
return bool

IsString() public method

public IsString ( ) : bool
return bool

PdfObject() protected method

protected PdfObject ( int type ) : System
type int
return System

PdfObject() protected method

protected PdfObject ( int type, byte bytes ) : System
type int
bytes byte
return System

PdfObject() protected method

protected PdfObject ( int type, string content ) : System
type int
content string
return System

ToPdf() public method

public ToPdf ( PdfWriter writer, Stream os ) : void
writer PdfWriter
os Stream
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

bytes protected_oe property

protected byte[] bytes
return byte[]

indRef protected_oe property

protected PRIndirectReference,iTextSharp.text.pdf indRef
return PRIndirectReference

type protected_oe property

protected int type
return int