Initializes a new instance of the MarkedSection class
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public MarkedSection( Section section ) |
| Visual Basic |
|---|
Public Sub New ( _ section As Section _ ) |
| Visual C++ |
|---|
public: MarkedSection( Section^ section ) |
Parameters
- section
- Type: iTextSharp.text..::..Section