Click or drag to resize
SoPSVectorOutputSetLevel Method

Sets the PostScript language level.

Namespace: OIV.HardCopy
Assembly: OIV.HardCopy (in OIV.HardCopy.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public void SetLevel(
	uint level
)

Parameters

level
Type: SystemUInt32
Remarks

Supported levels range from 1 to 3. The default level is 2. With levels 1 and 2, only flat shading is supported whereas with level 3 and higher, smooth shading is supported. See also OIV.HardCopy.SoVectorizeAction.SetShadeModel(OIV.HardCopy.SoVectorizeAction.ShadeModels).

See Also