C# Class iTextSharp.text.pdf.PdfAnnotation.PdfImportedLink

ファイルを表示 Open project: mapo80/iTextSharp-Monotouch

Public Methods

Method Description
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

Private Methods

Method Description
PdfImportedLink ( PdfDictionary annotation ) : System

Method Details

CreateAnnotation() public method

public CreateAnnotation ( PdfWriter writer ) : PdfAnnotation
writer PdfWriter
return PdfAnnotation

GetDestinationPage() public method

public GetDestinationPage ( ) : int
return int

IsInternal() public method

public IsInternal ( ) : bool
return bool

SetDestinationPage() public method

public SetDestinationPage ( int newPage ) : void
newPage int
return void

ToString() public method

public ToString ( ) : String
return String

TransformDestination() public method

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
return void

TransformRect() public method

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
return void