ElementGetImageRenderingIntent Method |
Gets the image rendering intent.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public GStateRenderingIntent GetImageRenderingIntent()
Public Function GetImageRenderingIntent As GStateRenderingIntent
public:
virtual GStateRenderingIntent GetImageRenderingIntent() sealed
function GetImageRenderingIntent();
Return Value
Type:
GStateRenderingIntent The color rendering intent to be used in rendering the image.
See Also