PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderObject Class / Original Property

In This Topic
    Original Property (RenderObject)
    In This Topic
    Gets the original RenderObject object that produced the current object during data binding, or null if there is no such object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Original As RenderObject
    public RenderObject Original {get;}
    See Also