Click or drag to resize

GStateGetRenderingIntentType Method

A utility function that maps a string representing a rendering intent to RenderingIntent type.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static GStateRenderingIntent GetRenderingIntentType(
	string name
)

Parameters

name
Type: SystemString
the name

Return Value

Type: GStateRenderingIntent
The color rendering intent type matching the specified string
See Also