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
)
Public Shared Function GetRenderingIntentType (
name As String
) As GStateRenderingIntent
public:
static GStateRenderingIntent GetRenderingIntentType(
[InAttribute] String^ name
)
pdftron.PDF.GState.GetRenderingIntentType = function(name);
Parameters
- name
- Type: SystemString
the name
Return Value
Type:
GStateRenderingIntent The color rendering intent type matching the specified string
See Also