C# Class iTextSharp.text.pdf.PdfString

Inheritance: PdfObject
ファイルを表示 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_oe property

protected string encoding
return string

hexWriting protected_oe property

protected bool hexWriting
return bool

objGen protected_oe property

protected int objGen
return int

objNum protected_oe property

protected int objNum
return int

originalValue protected_oe property

protected string originalValue
return string

value protected_oe property

protected string value
return string