C# 클래스 iTextSharp.text.pdf.PdfAnnotation.PdfImportedLink

파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch

공개 메소드들

메소드 설명
CreateAnnotation ( PdfWriter writer ) : PdfAnnotation
GetDestinationPage ( ) : int
IsInternal ( ) : bool
SetDestinationPage ( int newPage ) : void
ToString ( ) : String
TransformDestination ( float a, float b, float c, float d, float e, float f ) : void
TransformRect ( float a, float b, float c, float d, float e, float f ) : void

비공개 메소드들

메소드 설명
PdfImportedLink ( PdfDictionary annotation ) : System

메소드 상세

CreateAnnotation() 공개 메소드

public CreateAnnotation ( PdfWriter writer ) : PdfAnnotation
writer PdfWriter
리턴 PdfAnnotation

GetDestinationPage() 공개 메소드

public GetDestinationPage ( ) : int
리턴 int

IsInternal() 공개 메소드

public IsInternal ( ) : bool
리턴 bool

SetDestinationPage() 공개 메소드

public SetDestinationPage ( int newPage ) : void
newPage int
리턴 void

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

TransformDestination() 공개 메소드

public TransformDestination ( float a, float b, float c, float d, float e, float f ) : void
a float
b float
c float
d float
e float
f float
리턴 void

TransformRect() 공개 메소드

public TransformRect ( float a, float b, float c, float d, float e, float f ) : void
a float
b float
c float
d float
e float
f float
리턴 void