Click or drag to resize

DocumentPrintEventArgs Constructor

Initializes a new instance of the DocumentPrintEventArgs class

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public DocumentPrintEventArgs(
	Document doc,
	bool preview
)

Parameters

doc
Type: RootPro.RootProCADDocument
preview
Type: SystemBoolean
See Also