com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class PageActionCollection

    • Method Detail

      • getOnOpen

        public PdfAction getOnOpen()

        An action that shall be performed when the page is opened.

        Returns:
        PdfAction value
      • setOnOpen

        public void setOnOpen(PdfAction value)

        An action that shall be performed when the page is opened.

        Parameters:
        value - PdfAction value
      • getOnClose

        public PdfAction getOnClose()

        An action that shall be performed when the page is closed.

        Returns:
        PdfAction value
      • setOnClose

        public void setOnClose(PdfAction value)

        An action that shall be performed when the page is closed.

        Parameters:
        value - PdfAction value