PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / Body Property

In This Topic
    Body Property (SampleC1PrintDocument)
    In This Topic
    Gets the C1.C1Preview.DocumentBody object representing the body of the current document.
    Syntax
    'Declaration
     
    Public ReadOnly Property Body As DocumentBody
    public DocumentBody Body {get;}
    See Also