FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / PrintParameters Class / PrintTicket Property

In This Topic
    PrintTicket Property
    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