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 bottom, float right, float top ) |
Visual Basic |
---|
Public Sub New ( _ type As Integer, _ left As Single, _ bottom As Single, _ right As Single, _ top As Single _ ) |
Visual C++ |
---|
public: PdfDestination( int type, float left, float bottom, float right, float top ) |
Parameters
- type
- Type: System..::..Int32
- left
- Type: System..::..Single
- bottom
- Type: System..::..Single
- right
- Type: System..::..Single
- top
- Type: System..::..Single