C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / IC1Printable Interface / C1PrintableGetTree Method

In This Topic
C1PrintableGetTree Method
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
 

Return Value

The stream object containing the document tree.
See Also