RenderC1Printable Constructor(Object)
In This Topic
Initializes a new instance of the
RenderC1Printable class, and assigns the
Object property.
Syntax
'Declaration
Public Function New( _
ByVal As Object _
)
public RenderC1Printable(
object
)
Parameters
- obj
- The object to assign to the Object property.
See Also