Table of Contents

Interface IPdfPageActions

Namespace
iTextSharp.text.pdf.interfaces
Assembly
iTextSharp.LGPLv2.Core.dll

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

public interface IPdfPageActions

Properties

Duration

Sets the display duration for the page (for presentations)

int Duration { set; }

Property Value

int

Transition

Sets the transition for the page

PdfTransition Transition { set; }

Property Value

PdfTransition

Methods

SetPageAction(PdfName, PdfAction)

Sets the open and close page additional action. or PdfWriter.PAGE_CLOSE @throws DocumentException if the action type is invalid

void SetPageAction(PdfName actionType, PdfAction action)

Parameters

actionType PdfName

the action type. It can be PdfWriter.PAGE_OPEN

action PdfAction

the action to perform