PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.8 Assembly / C1.C1Preview Namespace / RenderC1Printable Class / Object Property

In This Topic
    Object Property (RenderC1Printable)
    In This Topic
    Gets or sets the object to render. The object must implement either a Image C1PrintableGetImage() or a Stream C1PrintableGetTree() method accessible via reflection. For details, see the remarks section in RenderC1Printable.
    Syntax
    'Declaration
     
    Public Property Object As Object
    public object Object {get; set;}
    See Also