PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.8 Assembly / C1.C1Preview Namespace / UsageInfo Class / LastPrinterName Property

In This Topic
    LastPrinterName Property (UsageInfo)
    In This Topic
    Gets or sets the name of the printer on which a document was last printed.
    Syntax
    'Declaration
     
    Public Property LastPrinterName As String
    public string LastPrinterName {get; set;}
    See Also