C# Class iTextSharp.text.pdf.PdfString

Inheritance: PdfObject
Show file Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Property Type Description
encoding string
hexWriting bool
objGen int
objNum int
originalValue string
value string

Public Methods

Method Description
GetBytes ( ) : byte[]
GetOriginalBytes ( ) : byte[]
IsHexWriting ( ) : bool
PdfString ( ) : System
PdfString ( byte bytes ) : System
PdfString ( string value ) : System
PdfString ( string value, string encoding ) : System
SetHexWriting ( bool hexWriting ) : PdfString
ToPdf ( PdfWriter writer, Stream os ) : void
ToString ( ) : string
ToUnicodeString ( ) : String

Private Methods

Method Description
Decrypt ( PdfReader reader ) : void
SetObjNum ( int objNum, int objGen ) : void

Method Details

GetBytes() public method

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

GetOriginalBytes() public method

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

IsHexWriting() public method

public IsHexWriting ( ) : bool
return bool

PdfString() public method

public PdfString ( ) : System
return System

PdfString() public method

public PdfString ( byte bytes ) : System
bytes byte
return System

PdfString() public method

public PdfString ( string value ) : System
value string
return System

PdfString() public method

public PdfString ( string value, string encoding ) : System
value string
encoding string
return System

SetHexWriting() public method

public SetHexWriting ( bool hexWriting ) : PdfString
hexWriting bool
return PdfString

ToPdf() public method

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

ToString() public method

public ToString ( ) : string
return string

ToUnicodeString() public method

public ToUnicodeString ( ) : String
return String

Property Details

encoding protected property

protected string encoding
return string

hexWriting protected property

protected bool hexWriting
return bool

objGen protected property

protected int objGen
return int

objNum protected property

protected int objNum
return int

originalValue protected property

protected string originalValue
return string

value protected property

protected string value
return string