PrintParameters.ReplaceHalftoneWithThinLines Property

PrintParametersReplaceHalftoneWithThinLines Property

Indicates whether to replace halftone with thin lines when printing.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool ReplaceHalftoneWithThinLines { get; set; }
Public Property ReplaceHalftoneWithThinLines As Boolean
	Get
	Set
public:
property bool ReplaceHalftoneWithThinLines {
	bool get ();
	void set (bool value);
}
member ReplaceHalftoneWithThinLines : bool with get, set

Property Value

Boolean
See Also