PDFNetSetColorManagement Method |
Used to set a specific Color Management System (CMS) for use during color conversion operators, image
rendering, etc.
Namespace:
pdftron
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static void SetColorManagement(
CMSType cms
)
Public Shared Sub SetColorManagement (
cms As CMSType
)
public:
static void SetColorManagement(
[InAttribute] CMSType cms
)
pdftron.PDFNet.SetColorManagement = function(cms);
Parameters
- cms
- Type: pdftronCMSType
Identifies the type of color management to use.
See Also