ComponentOne True DBGrid for WinForms
Object Model / PrintInfo Class
In This Topic
    PrintInfo Class
    In This Topic

    The PrintInfo object is used to specify page layout and print job characteristics such as the name of the output device, margin settings, page headers and footers, and the number of copies to print.

    The PrintInfo property of a C1TrueDBGrid control returns the object that modifies the print job.

    The PrintInfo object is persistent, which means that a print layout can be defined at design time, and then recalled in code at run time.

    See Also