Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public static PdfAction GotoEmbedded( string filename, PdfTargetDictionary target, PdfObject dest, bool newWindow ) |
Visual Basic |
---|
Public Shared Function GotoEmbedded ( _ filename As String, _ target As PdfTargetDictionary, _ dest As PdfObject, _ newWindow As Boolean _ ) As PdfAction |
Visual C++ |
---|
public: static PdfAction^ GotoEmbedded( String^ filename, PdfTargetDictionary^ target, PdfObject^ dest, bool newWindow ) |
Parameters
- filename
- Type: System..::..String
- dest
- Type: iTextSharp.text.pdf..::..PdfObject
- newWindow
- Type: System..::..Boolean