Initializes a new instance of the CFFFont..::..StringItem class
Namespace: iTextSharp.text.pdfAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public StringItem( string s ) |
Visual Basic |
---|
Public Sub New ( _ s As String _ ) |
Visual C++ |
---|
public: StringItem( String^ s ) |
Parameters
- s
- Type: System..::..String