Skip to main content
Skip table of contents

IPdfDocumentActions

IPdfDocumentActions Public interface

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf.interfaces
  iTextSharp.text.pdf.interfaces.IPdfDocumentActions[[IPdfDocumentActions]]
  class iTextSharp.text.pdf.interfaces.IPdfDocumentActions interfaceStyle;
  end

Members

Methods

Public methods
ReturnsName
voidSetAdditionalAction(PdfName actionType, PdfAction action)
voidSetOpenAction(...)

Details

Methods

SetOpenAction [1/2]
public void SetOpenAction(string name)
Arguments
TypeNameDescription
stringname
SetOpenAction [2/2]
public void SetOpenAction(PdfAction action)
Arguments
TypeNameDescription
PdfActionaction
SetAdditionalAction
public void SetAdditionalAction(PdfName actionType, PdfAction action)
Arguments
TypeNameDescription
PdfNameactionType
PdfActionaction

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.