GenerateInnerRenderObjects Method (RenderC1Printable)
In This Topic
Forces the generation of inner render object or objects representing the object being printed (specified by the
RenderC1Printable.Object property). The generated render objects can be accessed via
RenderObject.Children.
Syntax
'Declaration
Public Sub GenerateInnerRenderObjects()
public void GenerateInnerRenderObjects()
See Also