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

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

공개 메소드들

메소드 설명
AddPage ( PdfIndirectReference page ) : bool
HasPage ( ) : bool
PdfDestination ( String dest ) : System
PdfDestination ( int type ) : System
PdfDestination ( int type, float parameter ) : System
PdfDestination ( int type, float left, float top, float zoom ) : System
PdfDestination ( int type, float left, float bottom, float right, float top ) : System

메소드 상세

AddPage() 공개 메소드

public AddPage ( PdfIndirectReference page ) : bool
page PdfIndirectReference
리턴 bool

HasPage() 공개 메소드

public HasPage ( ) : bool
리턴 bool

PdfDestination() 공개 메소드

public PdfDestination ( String dest ) : System
dest String
리턴 System

PdfDestination() 공개 메소드

public PdfDestination ( int type ) : System
type int
리턴 System

PdfDestination() 공개 메소드

public PdfDestination ( int type, float parameter ) : System
type int
parameter float
리턴 System

PdfDestination() 공개 메소드

public PdfDestination ( int type, float left, float top, float zoom ) : System
type int
left float
top float
zoom float
리턴 System

PdfDestination() 공개 메소드

public PdfDestination ( int type, float left, float bottom, float right, float top ) : System
type int
left float
bottom float
right float
top float
리턴 System