PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / RenderTocItemFragment Class / Document Property

In This Topic
    Document Property (RenderTocItemFragment)
    In This Topic
    Gets the C1PrintDocument object containing the current fragment.
    Syntax
    'Declaration
     
    Public ReadOnly Property Document As C1PrintDocument
    public C1PrintDocument Document {get;}
    See Also