C# 클래스 iTextSharp.text.pdf.PdfString

상속: PdfObject
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
encoding string
hexWriting bool
objGen int
objNum int
originalValue string
value string

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Decrypt ( PdfReader reader ) : void
SetObjNum ( int objNum, int objGen ) : void

메소드 상세

GetBytes() 공개 메소드

public GetBytes ( ) : byte[]
리턴 byte[]

GetOriginalBytes() 공개 메소드

public GetOriginalBytes ( ) : byte[]
리턴 byte[]

IsHexWriting() 공개 메소드

public IsHexWriting ( ) : bool
리턴 bool

PdfString() 공개 메소드

public PdfString ( ) : System
리턴 System

PdfString() 공개 메소드

public PdfString ( byte bytes ) : System
bytes byte
리턴 System

PdfString() 공개 메소드

public PdfString ( string value ) : System
value string
리턴 System

PdfString() 공개 메소드

public PdfString ( string value, string encoding ) : System
value string
encoding string
리턴 System

SetHexWriting() 공개 메소드

public SetHexWriting ( bool hexWriting ) : PdfString
hexWriting bool
리턴 PdfString

ToPdf() 공개 메소드

public ToPdf ( PdfWriter writer, Stream os ) : void
writer PdfWriter
os Stream
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToUnicodeString() 공개 메소드

public ToUnicodeString ( ) : String
리턴 String

프로퍼티 상세

encoding 보호되어 있는 프로퍼티

protected string encoding
리턴 string

hexWriting 보호되어 있는 프로퍼티

protected bool hexWriting
리턴 bool

objGen 보호되어 있는 프로퍼티

protected int objGen
리턴 int

objNum 보호되어 있는 프로퍼티

protected int objNum
리턴 int

originalValue 보호되어 있는 프로퍼티

protected string originalValue
리턴 string

value 보호되어 있는 프로퍼티

protected string value
리턴 string