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 GotoLocalPage( int page, PdfDestination dest, PdfWriter writer ) |
Visual Basic |
---|
Public Shared Function GotoLocalPage ( _ page As Integer, _ dest As PdfDestination, _ writer As PdfWriter _ ) As PdfAction |
Visual C++ |
---|
public: static PdfAction^ GotoLocalPage( int page, PdfDestination^ dest, PdfWriter^ writer ) |
Parameters
- page
- Type: System..::..Int32
- dest
- Type: iTextSharp.text.pdf..::..PdfDestination
- writer
- Type: iTextSharp.text.pdf..::..PdfWriter