Gets or sets the name of the printer used to provide Graphics used to measure/calculate layouts of C1PrintDocument objects. This property is only used if MeasurementDevice is set to Printer.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public static string MeasurementPrinterName { get; set; }
Visual Basic
Public Shared Property MeasurementPrinterName As String
	Get
	Set

See Also