Write Method (C1PdfDocument)
In This Topic
Writes raw content into the Pdf stream for the current page.
Syntax
'Declaration
Public Sub Write( _
ByVal As String, _
ByVal ParamArray () As Object _
)
public void Write(
string ,
params object[]
)
Parameters
- format
- Format string, as in System.String.Format(System.String,System.Object).
- args
- Array of objects to write using .
See Also