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

Afficher le fichier Open project: mapo80/iTextSharp-Monotouch

Méthodes publiques

Méthode 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

Méthode Description
PdfImportedLink ( PdfDictionary annotation ) : System

Method Details

CreateAnnotation() public méthode

public CreateAnnotation ( PdfWriter writer ) : PdfAnnotation
writer PdfWriter
Résultat PdfAnnotation

GetDestinationPage() public méthode

public GetDestinationPage ( ) : int
Résultat int

IsInternal() public méthode

public IsInternal ( ) : bool
Résultat bool

SetDestinationPage() public méthode

public SetDestinationPage ( int newPage ) : void
newPage int
Résultat void

ToString() public méthode

public ToString ( ) : String
Résultat String

TransformDestination() public méthode

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
Résultat void

TransformRect() public méthode

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
Résultat void