True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / PrintInfo Class / MeasurementPrinterName Property

In This Topic
    MeasurementPrinterName Property (PrintInfo)
    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 MeasurementDevice is set to PrintInfo.MeasurementDeviceEnum.Printer.

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

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