PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / DocumentBody Class
Members

In This Topic
    DocumentBody Class
    In This Topic
    Represents the body of a C1PrintDocument. The body is the main part of a document presenting visible content, and can be accessed via the C1PrintDocument.Body property on the document. (The only other parts presenting visible document content are page headers and footers.)
    Object Model
    DocumentBody Class
    Syntax
    'Declaration
     
    Public Class DocumentBody 
    public class DocumentBody 
    Inheritance Hierarchy

    System.Object
       C1.C1Preview.DocumentBody

    See Also