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