GetRenderContent Method (QRCode)
In This Topic
Renders QRCode content using the C1QRCode control.
Syntax
'Declaration
Protected Overrides Sub GetRenderContent( _
ByRef As String, _
ByRef As Image, _
ByVal As Boolean _
)
protected override void GetRenderContent(
ref string ,
ref Image ,
bool
)
Parameters
- value
- IN/OUT: Field text.
- img
- IN/OUT: Field image.
- designTime
- Design or run time.
See Also