Skip to main content
Skip table of contents

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
ReturnsName
PdfActionCreateHide(...)
PdfActionCreateImportData(string file)
PdfActionCreateLaunch(string application, string parameters, string operation, string defaultDir)
PdfActionCreateResetForm(object``[] names, int flags)
PdfActionCreateSubmitForm(string file, object``[] names, int flags)
PdfActionGotoEmbedded(...)
PdfActionGotoLocalPage(...)
PdfActionGotoRemotePage(string filename, string dest, bool isName, bool newWindow)
PdfActionJavaScript(...)
PdfActionRendition(string file, PdfFileSpecification fs, string mimeType, PdfIndirectReference refi)
PdfActionSetOCGstate(List<object> state, bool preserveRB)
Internal Static methods
ReturnsName
PdfArrayBuildArray(object``[] names)
PdfActionCreateHide(PdfObject obj, bool hide)
Public methods
ReturnsName
voidNext(PdfAction na)
voidToPdf(PdfWriter writer, Stream os)

Details

Inheritance

Constructors

PdfAction [1/10]

Source code

public PdfAction()
PdfAction [2/10]

Source code

public PdfAction(Uri url)
Arguments
TypeNameDescription
Uriurl
PdfAction [3/10]

Source code

public PdfAction(Uri url, bool isMap)
Arguments
TypeNameDescription
Uriurl
boolisMap
PdfAction [4/10]

Source code

public PdfAction(string url)
Arguments
TypeNameDescription
stringurl
PdfAction [5/10]

Source code

public PdfAction(string url, bool isMap)
Arguments
TypeNameDescription
stringurl
boolisMap
PdfAction [6/10]

Source code

internal PdfAction(PdfIndirectReference destination)
Arguments
TypeNameDescription
PdfIndirectReferencedestination
PdfAction [7/10]

Source code

public PdfAction(string filename, string name)
Arguments
TypeNameDescription
stringfilename
stringname
PdfAction [8/10]

Source code

public PdfAction(string filename, int page)
Arguments
TypeNameDescription
stringfilename
intpage
PdfAction [9/10]

Source code

public PdfAction(int named)
Arguments
TypeNameDescription
intnamed
PdfAction [10/10]

Source code

public PdfAction(string application, string parameters, string operation, string defaultDir)
Arguments
TypeNameDescription
stringapplication
stringparameters
stringoperation
stringdefaultDir

Methods

CreateLaunch

Source code

public static PdfAction CreateLaunch(string application, string parameters, string operation, string defaultDir)
Arguments
TypeNameDescription
stringapplication
stringparameters
stringoperation
stringdefaultDir
Rendition

Source code

public static PdfAction Rendition(string file, PdfFileSpecification fs, string mimeType, PdfIndirectReference refi)
Arguments
TypeNameDescription
stringfile
PdfFileSpecificationfs
stringmimeType
PdfIndirectReferencerefi
JavaScript [1/2]

Source code

public static PdfAction JavaScript(string code, PdfWriter writer, bool unicode)
Arguments
TypeNameDescription
stringcode
PdfWriterwriter
boolunicode
JavaScript [2/2]

Source code

public static PdfAction JavaScript(string code, PdfWriter writer)
Arguments
TypeNameDescription
stringcode
PdfWriterwriter
CreateHide [1/4]

Source code

internal static PdfAction CreateHide(PdfObject obj, bool hide)
Arguments
TypeNameDescription
PdfObjectobj
boolhide
CreateHide [2/4]

Source code

public static PdfAction CreateHide(PdfAnnotation annot, bool hide)
Arguments
TypeNameDescription
PdfAnnotationannot
boolhide
CreateHide [3/4]

Source code

public static PdfAction CreateHide(string name, bool hide)
Arguments
TypeNameDescription
stringname
boolhide
BuildArray

Source code

internal static PdfArray BuildArray(object[] names)
Arguments
TypeNameDescription
object``[]names
CreateHide [4/4]

Source code

public static PdfAction CreateHide(object[] names, bool hide)
Arguments
TypeNameDescription
object``[]names
boolhide
CreateSubmitForm

Source code

public static PdfAction CreateSubmitForm(string file, object[] names, int flags)
Arguments
TypeNameDescription
stringfile
object``[]names
intflags
CreateResetForm

Source code

public static PdfAction CreateResetForm(object[] names, int flags)
Arguments
TypeNameDescription
object``[]names
intflags
CreateImportData

Source code

public static PdfAction CreateImportData(string file)
Arguments
TypeNameDescription
stringfile
Next

Source code

public virtual void Next(PdfAction na)
Arguments
TypeNameDescription
PdfActionna
GotoLocalPage [1/2]

Source code

public static PdfAction GotoLocalPage(int page, PdfDestination dest, PdfWriter writer)
Arguments
TypeNameDescription
intpage
PdfDestinationdest
PdfWriterwriter
GotoLocalPage [2/2]

Source code

public static PdfAction GotoLocalPage(string dest, bool isName)
Arguments
TypeNameDescription
stringdest
boolisName
GotoRemotePage

Source code

public static PdfAction GotoRemotePage(string filename, string dest, bool isName, bool newWindow)
Arguments
TypeNameDescription
stringfilename
stringdest
boolisName
boolnewWindow
GotoEmbedded [1/2]

Source code

public static PdfAction GotoEmbedded(string filename, PdfTargetDictionary target, string dest, bool isName, bool newWindow)
Arguments
TypeNameDescription
stringfilename
PdfTargetDictionarytarget
stringdest
boolisName
boolnewWindow
GotoEmbedded [2/2]

Source code

public static PdfAction GotoEmbedded(string filename, PdfTargetDictionary target, PdfObject dest, bool newWindow)
Arguments
TypeNameDescription
stringfilename
PdfTargetDictionarytarget
PdfObjectdest
boolnewWindow
SetOCGstate

Source code

public static PdfAction SetOCGstate(List<object> state, bool preserveRB)
Arguments
TypeNameDescription
List<object>state
boolpreserveRB
ToPdf

Source code

public override void ToPdf(PdfWriter writer, Stream os)
Arguments
TypeNameDescription
PdfWriterwriter
Streamos

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.