Table of Contents

Namespace iTextSharp.text.pdf.interfaces

Interfaces

IPdfAnnotations
IPdfDocumentActions

A PDF document can have an open action and other additional actions.

IPdfEncryptionSettings

Encryption settings are described in section 3.5 (more specifically section 3.5.2) of the PDF Reference 1.7. They are explained in section 3.3.3 of the book 'iText in Action'. The values of the different preferences were originally stored in class PdfWriter, but they have been moved to this separate interface for reasons of convenience.

IPdfPageActions

A PDF page can have an open and/or close action.

IPdfRunDirection
IPdfVersion

The PDF version is described in the PDF Reference 1.7 p92 (about the PDF Header) and page 139 (the version entry in the Catalog). You'll also find info about setting the version in the book 'iText in Action' sections 2.1.3 (PDF Header) and 3.3 (Version history).

IPdfViewerPreferences

Viewer preferences are described in section 3.6.1 and 8.1 of the PDF Reference 1.7 (Table 3.25 on p139-142 and Table 8.1 on p579-581). They are explained in section 13.1 of the book 'iText in Action'. The values of the different preferences were originally stored in class PdfWriter, but they have been moved to this separate interface for reasons of convenience.

IPdfXConformance