iText 5

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

Returns

Name

void

SetAdditionalAction

(

PdfName

actionType,

PdfAction

action)

void

SetOpenAction

(...)

Details

Methods

SetOpenAction [1/2]

public void SetOpenAction(string name)

Arguments

Type

Name

Description

string

name

SetOpenAction [2/2]

public void SetOpenAction(PdfAction action)

Arguments

Type

Name

Description

PdfAction

action

SetAdditionalAction

public void SetAdditionalAction(PdfName actionType, PdfAction action)

Arguments

Type

Name

Description

PdfName

actionType

PdfAction

action

Generated with ModularDoc