C1PrintableGetTree Method (IC1Printable)
In This Topic
Gets the content of control as C1 document that is serialized in stream. This document can be built with using C1PrintDocumentClient.
Syntax
'Declaration
Function C1PrintableGetTree() As Stream
Stream C1PrintableGetTree()
Return Value
The stream object containing the document tree.
See Also