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
Transition
Sets the transition for the page
PdfTransition Transition { set; }
Property Value
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)