| SoCGMVectorOutputSetIndexed Method (Boolean) | 
 
Namespace: OIV.HardCopyAssembly: OIV.HardCopy (in OIV.HardCopy.dll) Version: 9.9.37.0 (9.9.37.0)
 Syntax
Syntaxpublic void SetIndexed(
	bool flag
)
Public Sub SetIndexed ( 
	flag As Boolean
)
public:
void SetIndexed(
	bool flag
)
member SetIndexed : 
        flag : bool -> unit 
Parameters
- flag
- Type: SystemBoolean
 
 Remarks
RemarksThe default color mode is Indexed and the other mode is Direct (RGB). 
 See Also
See Also