Defines an object of ControlPrintInfoBase-derived class that keeps printing options for the Control. The class of this object (if at all exists) must correspont do the class of Control, in other case it just ignored (more exactly must be ignored by Control's printing mechanism).

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public ControlPrintInfoBase PrintInfo { get; set; }
Visual Basic (Declaration)
Public Property PrintInfo As ControlPrintInfoBase

See Also