Table of Contents

Interface IPdfAnnotations

Namespace
iTextSharp.text.pdf.interfaces
Assembly
iTextSharp.LGPLv2.Core.dll
public interface IPdfAnnotations

Properties

AcroForm

Use this methods to get the AcroForm object. Use this method only if you know what you're doing

PdfAcroForm AcroForm { get; }

Property Value

PdfAcroForm

the PdfAcroform object of the PdfDocument

SigFlags

Use this method to set the signature flags.

int SigFlags { set; }

Property Value

int

Methods

AddAnnotation(PdfAnnotation)

Use this methods to add a PdfAnnotation or a PdfFormField to the document. Only the top parent of a PdfFormField needs to be added.

void AddAnnotation(PdfAnnotation annot)

Parameters

annot PdfAnnotation

the PdfAnnotation or the PdfFormField to add

AddCalculationOrder(PdfFormField)

Use this method to adds the PdfAnnotation to the calculation order array.

void AddCalculationOrder(PdfFormField annot)

Parameters

annot PdfFormField

the PdfAnnotation to be added