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 |
|---|---|
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
(
fs,
refi) |
|
|
( |
Internal Static methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
(
obj, |
Public methods
Details
Inheritance
Constructors
PdfAction [1/10]
Source code
public PdfAction()
PdfAction [2/10]
Source code
public PdfAction(Uri url)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
url |
PdfAction [3/10]
Source code
public PdfAction(Uri url, bool isMap)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
url |
|
|
|
isMap |
PdfAction [4/10]
Source code
public PdfAction(string url)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
url |
PdfAction [5/10]
Source code
public PdfAction(string url, bool isMap)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
url |
|
|
|
isMap |
PdfAction [6/10]
Source code
internal PdfAction(PdfIndirectReference destination)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
destination |
PdfAction [7/10]
Source code
public PdfAction(string filename, string name)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
filename |
|
|
|
name |
PdfAction [8/10]
Source code
public PdfAction(string filename, int page)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
filename |
|
|
|
page |
PdfAction [9/10]
Source code
public PdfAction(int named)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
named |
PdfAction [10/10]
Source code
public PdfAction(string application, string parameters, string operation, string defaultDir)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
application |
|
|
|
parameters |
|
|
|
operation |
|
|
|
defaultDir |
Methods
CreateLaunch
Source code
public static PdfAction CreateLaunch(string application, string parameters, string operation, string defaultDir)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
application |
|
|
|
parameters |
|
|
|
operation |
|
|
|
defaultDir |
Rendition
Source code
public static PdfAction Rendition(string file, PdfFileSpecification fs, string mimeType, PdfIndirectReference refi)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
file |
|
|
|
fs |
|
|
|
mimeType |
|
|
|
refi |
JavaScript [1/2]
Source code
public static PdfAction JavaScript(string code, PdfWriter writer, bool unicode)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
code |
|
|
|
writer |
|
|
|
unicode |
JavaScript [2/2]
Source code
public static PdfAction JavaScript(string code, PdfWriter writer)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
code |
|
|
|
writer |
CreateHide [1/4]
Source code
internal static PdfAction CreateHide(PdfObject obj, bool hide)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
obj |
|
|
|
hide |
CreateHide [2/4]
Source code
public static PdfAction CreateHide(PdfAnnotation annot, bool hide)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
annot |
|
|
|
hide |
CreateHide [3/4]
Source code
public static PdfAction CreateHide(string name, bool hide)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
|
|
|
hide |
BuildArray
Source code
internal static PdfArray BuildArray(object[] names)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
names |
CreateHide [4/4]
Source code
public static PdfAction CreateHide(object[] names, bool hide)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
names |
|
|
|
hide |
CreateSubmitForm
Source code
public static PdfAction CreateSubmitForm(string file, object[] names, int flags)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
file |
|
|
|
names |
|
|
|
flags |
CreateResetForm
Source code
public static PdfAction CreateResetForm(object[] names, int flags)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
names |
|
|
|
flags |
CreateImportData
Source code
public static PdfAction CreateImportData(string file)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
file |
Next
Source code
public virtual void Next(PdfAction na)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
na |
GotoLocalPage [1/2]
Source code
public static PdfAction GotoLocalPage(int page, PdfDestination dest, PdfWriter writer)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
page |
|
|
|
dest |
|
|
|
writer |
GotoLocalPage [2/2]
Source code
public static PdfAction GotoLocalPage(string dest, bool isName)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
dest |
|
|
|
isName |
GotoRemotePage
Source code
public static PdfAction GotoRemotePage(string filename, string dest, bool isName, bool newWindow)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
filename |
|
|
|
dest |
|
|
|
isName |
|
|
|
newWindow |
GotoEmbedded [1/2]
Source code
public static PdfAction GotoEmbedded(string filename, PdfTargetDictionary target, string dest, bool isName, bool newWindow)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
filename |
|
|
|
target |
|
|
|
dest |
|
|
|
isName |
|
|
|
newWindow |
GotoEmbedded [2/2]
Source code
public static PdfAction GotoEmbedded(string filename, PdfTargetDictionary target, PdfObject dest, bool newWindow)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
filename |
|
|
|
target |
|
|
|
dest |
|
|
|
newWindow |
SetOCGstate
Source code
public static PdfAction SetOCGstate(List<object> state, bool preserveRB)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
state |
|
|
|
preserveRB |
ToPdf
Source code
public override void ToPdf(PdfWriter writer, Stream os)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
writer |
|
|
|
os |
Generated with ModularDoc