iText 5

PdfAction

PdfAction Public class

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.PdfAction[[PdfAction]] iTextSharp.text.pdf.PdfDictionary[[PdfDictionary]] end iTextSharp.text.pdf.PdfDictionary --> iTextSharp.text.pdf.PdfAction

Members

Methods

Public Static methods

Returns

Name

PdfAction

CreateHide

(...)

PdfAction

CreateImportData

(string file)

PdfAction

CreateLaunch

(string application, string parameters, string operation, string defaultDir)

PdfAction

CreateResetForm

(object``[] names, int flags)

PdfAction

CreateSubmitForm

(string file, object``[] names, int flags)

PdfAction

GotoEmbedded

(...)

PdfAction

GotoLocalPage

(...)

PdfAction

GotoRemotePage

(string filename, string dest, bool isName, bool newWindow)

PdfAction

JavaScript

(...)

PdfAction

Rendition

(string file,

PdfFileSpecification

fs, string mimeType,

PdfIndirectReference

refi)

PdfAction

SetOCGstate

(List<object> state, bool preserveRB)

Internal Static methods

Returns

Name

PdfArray

BuildArray

(object``[] names)

PdfAction

CreateHide

(

PdfObject

obj, bool hide)

Public methods

Returns

Name

void

Next

(

PdfAction

na)

void

ToPdf

(

PdfWriter

writer, Stream os)

Details

Inheritance

Constructors

PdfAction [1/10]

Source code

public PdfAction()

PdfAction [2/10]

Source code

public PdfAction(Uri url)

Arguments

Type

Name

Description

Uri

url

PdfAction [3/10]

Source code

public PdfAction(Uri url, bool isMap)

Arguments

Type

Name

Description

Uri

url

bool

isMap

PdfAction [4/10]

Source code

public PdfAction(string url)

Arguments

Type

Name

Description

string

url

PdfAction [5/10]

Source code

public PdfAction(string url, bool isMap)

Arguments

Type

Name

Description

string

url

bool

isMap

PdfAction [6/10]

Source code

internal PdfAction(PdfIndirectReference destination)

Arguments

Type

Name

Description

PdfIndirectReference

destination

PdfAction [7/10]

Source code

public PdfAction(string filename, string name)

Arguments

Type

Name

Description

string

filename

string

name

PdfAction [8/10]

Source code

public PdfAction(string filename, int page)

Arguments

Type

Name

Description

string

filename

int

page

PdfAction [9/10]

Source code

public PdfAction(int named)

Arguments

Type

Name

Description

int

named

PdfAction [10/10]

Source code

public PdfAction(string application, string parameters, string operation, string defaultDir)

Arguments

Type

Name

Description

string

application

string

parameters

string

operation

string

defaultDir

Methods

CreateLaunch

Source code

public static PdfAction CreateLaunch(string application, string parameters, string operation, string defaultDir)

Arguments

Type

Name

Description

string

application

string

parameters

string

operation

string

defaultDir

Rendition

Source code

public static PdfAction Rendition(string file, PdfFileSpecification fs, string mimeType, PdfIndirectReference refi)

Arguments

Type

Name

Description

string

file

PdfFileSpecification

fs

string

mimeType

PdfIndirectReference

refi

JavaScript [1/2]

Source code

public static PdfAction JavaScript(string code, PdfWriter writer, bool unicode)

Arguments

Type

Name

Description

string

code

PdfWriter

writer

bool

unicode

JavaScript [2/2]

Source code

public static PdfAction JavaScript(string code, PdfWriter writer)

Arguments

Type

Name

Description

string

code

PdfWriter

writer

CreateHide [1/4]

Source code

internal static PdfAction CreateHide(PdfObject obj, bool hide)

Arguments

Type

Name

Description

PdfObject

obj

bool

hide

CreateHide [2/4]

Source code

public static PdfAction CreateHide(PdfAnnotation annot, bool hide)

Arguments

Type

Name

Description

PdfAnnotation

annot

bool

hide

CreateHide [3/4]

Source code

public static PdfAction CreateHide(string name, bool hide)

Arguments

Type

Name

Description

string

name

bool

hide

BuildArray

Source code

internal static PdfArray BuildArray(object[] names)

Arguments

Type

Name

Description

object``[]

names

CreateHide [4/4]

Source code

public static PdfAction CreateHide(object[] names, bool hide)

Arguments

Type

Name

Description

object``[]

names

bool

hide

CreateSubmitForm

Source code

public static PdfAction CreateSubmitForm(string file, object[] names, int flags)

Arguments

Type

Name

Description

string

file

object``[]

names

int

flags

CreateResetForm

Source code

public static PdfAction CreateResetForm(object[] names, int flags)

Arguments

Type

Name

Description

object``[]

names

int

flags

CreateImportData

Source code

public static PdfAction CreateImportData(string file)

Arguments

Type

Name

Description

string

file

Next

Source code

public virtual void Next(PdfAction na)

Arguments

Type

Name

Description

PdfAction

na

GotoLocalPage [1/2]

Source code

public static PdfAction GotoLocalPage(int page, PdfDestination dest, PdfWriter writer)

Arguments

Type

Name

Description

int

page

PdfDestination

dest

PdfWriter

writer

GotoLocalPage [2/2]

Source code

public static PdfAction GotoLocalPage(string dest, bool isName)

Arguments

Type

Name

Description

string

dest

bool

isName

GotoRemotePage

Source code

public static PdfAction GotoRemotePage(string filename, string dest, bool isName, bool newWindow)

Arguments

Type

Name

Description

string

filename

string

dest

bool

isName

bool

newWindow

GotoEmbedded [1/2]

Source code

public static PdfAction GotoEmbedded(string filename, PdfTargetDictionary target, string dest, bool isName, bool newWindow)

Arguments

Type

Name

Description

string

filename

PdfTargetDictionary

target

string

dest

bool

isName

bool

newWindow

GotoEmbedded [2/2]

Source code

public static PdfAction GotoEmbedded(string filename, PdfTargetDictionary target, PdfObject dest, bool newWindow)

Arguments

Type

Name

Description

string

filename

PdfTargetDictionary

target

PdfObject

dest

bool

newWindow

SetOCGstate

Source code

public static PdfAction SetOCGstate(List<object> state, bool preserveRB)

Arguments

Type

Name

Description

List<object>

state

bool

preserveRB

ToPdf

Source code

public override void ToPdf(PdfWriter writer, Stream os)

Arguments

Type

Name

Description

PdfWriter

writer

Stream

os

Generated with ModularDoc