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