FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridPrintParameters Class / PrintTicket Property

In This Topic
    PrintTicket Property (GridPrintParameters)
    In This Topic
    Gets or sets the System.Printing.PrintTicket object defining the print parameters, can be null to use System.Printing.PrintQueue.DefaultPrintTicket.
    Syntax
    'Declaration
     
    Public Property PrintTicket As PrintTicket
    public PrintTicket PrintTicket {get; set;}
    See Also