SoPSVectorOutputSetColored Method (Boolean) |
Sets the colored output flag.
Namespace: OIV.HardCopyAssembly: OIV.HardCopy (in OIV.HardCopy.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax public void SetColored(
bool flag
)
Public Sub SetColored (
flag As Boolean
)
public:
void SetColored(
bool flag
)
member SetColored :
flag : bool -> unit
Parameters
- flag
- Type: SystemBoolean
Remarks By default, the flag is set to true.
See Also