Initializes a new instance of the PdfDestination class
Namespace: iTextSharp.text.pdfAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public PdfDestination( int type, float left, float top, float zoom ) |
Visual Basic |
---|
Public Sub New ( _ type As Integer, _ left As Single, _ top As Single, _ zoom As Single _ ) |
Visual C++ |
---|
public: PdfDestination( int type, float left, float top, float zoom ) |
Parameters
- type
- Type: System..::..Int32
- left
- Type: System..::..Single
- top
- Type: System..::..Single
- zoom
- Type: System..::..Single