RenderDirectText(Unit,Unit,String,Object,Object,Style) Method
In This Topic
Adds a text to the
C1.C1Preview.C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it.
Syntax
'Declaration
Public Overloads Sub RenderDirectText( _
ByVal As Unit, _
ByVal As Unit, _
ByVal As String, _
ByVal As Object, _
ByVal As Object, _
ByVal As Style _
)
public void RenderDirectText(
Unit ,
Unit ,
string ,
object ,
object ,
Style
)
Parameters
- x
- The horizontal (X) coordinate at which to render the image (cannot be auto).
- y
- The vertical (Y) coordinate at which to render the image (cannot be auto).
- text
- The string to render.
- width
- The width of the text area (if null, auto is used).
- height
- The height of the text area (if null, auto is used).
- style
- The C1.C1Preview.C1PrintDocument.Style to use, or null.
See Also