PdfContentStreamWrite Method (String) |
TODO: This method is temporary. I'm assuming that all string should
be represented as a PdfString object?
Namespace: Kettic.PdfAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void Write(
string s
)
Public Sub Write (
s As String
)
public:
void Write(
String^ s
)
member Write :
s : string -> unit
Parameters
- s
- Type: SystemString
See Also