[]
Writes raw content into the Pdf stream for the current page.
public void Write(string format, params object[] args)
Type | Name | Description |
---|---|---|
string | format | Format string, as in Format(string, object). |
object[] | args | Array of objects to write using |
This is a low-level method that allows you to insert Pdf commands directly into the page stream. It is intended for use by derived classes and requires knowledge of the Pdf document structure and syntax.