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

파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
bytes byte[]
indRef PRIndirectReference
type int

공개 메소드들

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

보호된 메소드들

메소드 설명
PdfObject ( int type ) : System
PdfObject ( int type, byte bytes ) : System
PdfObject ( int type, string content ) : System

메소드 상세

CanBeInObjStm() 공개 메소드

public CanBeInObjStm ( ) : bool
리턴 bool

GetBytes() 공개 메소드

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

IsArray() 공개 메소드

public IsArray ( ) : bool
리턴 bool

IsBoolean() 공개 메소드

public IsBoolean ( ) : bool
리턴 bool

IsDictionary() 공개 메소드

public IsDictionary ( ) : bool
리턴 bool

IsIndirect() 공개 메소드

public IsIndirect ( ) : bool
리턴 bool

IsName() 공개 메소드

public IsName ( ) : bool
리턴 bool

IsNull() 공개 메소드

public IsNull ( ) : bool
리턴 bool

IsNumber() 공개 메소드

public IsNumber ( ) : bool
리턴 bool

IsStream() 공개 메소드

public IsStream ( ) : bool
리턴 bool

IsString() 공개 메소드

public IsString ( ) : bool
리턴 bool

PdfObject() 보호된 메소드

protected PdfObject ( int type ) : System
type int
리턴 System

PdfObject() 보호된 메소드

protected PdfObject ( int type, byte bytes ) : System
type int
bytes byte
리턴 System

PdfObject() 보호된 메소드

protected PdfObject ( int type, string content ) : System
type int
content string
리턴 System

ToPdf() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

bytes 보호되어 있는 프로퍼티

protected byte[] bytes
리턴 byte[]

indRef 보호되어 있는 프로퍼티

protected PRIndirectReference,iTextSharp.text.pdf indRef
리턴 PRIndirectReference

type 보호되어 있는 프로퍼티

protected int type
리턴 int