Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / C1PrintOptions Class / PrintTicket Property

In This Topic
    PrintTicket Property
    In This Topic
    Gets or sets the 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