PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / ActualCreationPrinterName Property

In This Topic
    ActualCreationPrinterName Property (SampleC1PrintDocument)
    In This Topic
    Gets the name of the actual measurement printer which was used to generate the document. This can differ from the name specified by C1.C1Preview.C1PrintDocument.CreationPrinterName, for example if the report was rendered on a system with no such printer.
    Syntax
    'Declaration
     
    Public ReadOnly Property ActualCreationPrinterName As String
    public string ActualCreationPrinterName {get;}
    See Also