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

In This Topic
    CreationPrinterName Property (SampleC1PrintDocument)
    In This Topic
    Gets or sets the name of the printer that is used to provide reference graphics when generating the document.

    This property is only used if C1.C1Preview.C1PrintDocument.CreationDevice is set to C1.C1Preview.MeasurementDeviceEnum.Printer.

    Set this property to null to select the reference printer automatically.

    Syntax
    'Declaration
     
    Public Property CreationPrinterName As String
    public string CreationPrinterName {get; set;}
    See Also