C# Class iTextSharp.text.pdf.intern.PdfAnnotationsImp

Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Свойство Type Description
acroForm iTextSharp.text.pdf.PdfAcroForm
annotations List
delayedAnnotations List

Méthodes publiques

Méthode Description
AddAnnotation ( PdfAnnotation annot ) : void
AddCalculationOrder ( PdfFormField formField ) : void
AddPlainAnnotation ( PdfAnnotation annot ) : void
ConvertAnnotation ( PdfWriter writer, Annotation annot, Rectangle defaultRect ) : PdfAnnotation
HasUnusedAnnotations ( ) : bool
HasValidAcroForm ( ) : bool
PdfAnnotationsImp ( PdfWriter writer ) : System
ResetAnnotations ( ) : void
RotateAnnotations ( PdfWriter writer, Rectangle pageSize ) : PdfArray

Private Methods

Méthode Description
AddFormFieldRaw ( PdfFormField field ) : void

Method Details

AddAnnotation() public méthode

public AddAnnotation ( PdfAnnotation annot ) : void
annot iTextSharp.text.pdf.PdfAnnotation
Résultat void

AddCalculationOrder() public méthode

public AddCalculationOrder ( PdfFormField formField ) : void
formField iTextSharp.text.pdf.PdfFormField
Résultat void

AddPlainAnnotation() public méthode

public AddPlainAnnotation ( PdfAnnotation annot ) : void
annot iTextSharp.text.pdf.PdfAnnotation
Résultat void

ConvertAnnotation() public static méthode

public static ConvertAnnotation ( PdfWriter writer, Annotation annot, Rectangle defaultRect ) : PdfAnnotation
writer iTextSharp.text.pdf.PdfWriter
annot iTextSharp.text.Annotation
defaultRect iTextSharp.text.Rectangle
Résultat iTextSharp.text.pdf.PdfAnnotation

HasUnusedAnnotations() public méthode

public HasUnusedAnnotations ( ) : bool
Résultat bool

HasValidAcroForm() public méthode

public HasValidAcroForm ( ) : bool
Résultat bool

PdfAnnotationsImp() public méthode

public PdfAnnotationsImp ( PdfWriter writer ) : System
writer iTextSharp.text.pdf.PdfWriter
Résultat System

ResetAnnotations() public méthode

public ResetAnnotations ( ) : void
Résultat void

RotateAnnotations() public méthode

public RotateAnnotations ( PdfWriter writer, Rectangle pageSize ) : PdfArray
writer iTextSharp.text.pdf.PdfWriter
pageSize iTextSharp.text.Rectangle
Résultat iTextSharp.text.pdf.PdfArray

Property Details

acroForm protected_oe property

protected PdfAcroForm,iTextSharp.text.pdf acroForm
Résultat iTextSharp.text.pdf.PdfAcroForm

annotations protected_oe property

protected List annotations
Résultat List

delayedAnnotations protected_oe property

protected List delayedAnnotations
Résultat List