SoVectorizeActionSetBackgroundColor Method (Boolean) |
Enables or disables the background and sets its color to white.
Namespace: OIV.HardCopyAssembly: OIV.HardCopy (in OIV.HardCopy.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax public virtual void SetBackgroundColor(
bool bg
)
Public Overridable Sub SetBackgroundColor (
bg As Boolean
)
public:
virtual void SetBackgroundColor(
bool bg
)
abstract SetBackgroundColor :
bg : bool -> unit
override SetBackgroundColor :
bg : bool -> unit
Parameters
- bg
- Type: SystemBoolean
Remarks If bg = false, there is no background.
See Also