Click or drag to resize

DXFReaderNETControlPlot Method

Plots the drawing using the default printer.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public void Plot(
	string PrinterName = null,
	int Copies = 1
)

Parameters

PrinterName (Optional)
Type: SystemString
The printer name where to plot.
Copies (Optional)
Type: SystemInt32
The number of copies.
Remarks
See the code sample.
See Also