Initializes a new instance of the
PdfAction class
Namespace: iTextSharp.text.pdfAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public PdfAction(
string filename,
int page
) |
| Visual Basic |
|---|
Public Sub New ( _
filename As String, _
page As Integer _
) |
| Visual C++ |
|---|
public:
PdfAction(
String^ filename,
int page
) |
See Also