Skip to content

Latest commit

 

History

History

ColorProfiles

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Using color profiles in C# and VB.NET

This sample shows how to load an ICC profile in a PDF document and then use this color profile to specify a color.

Description

Besides device-dependent colors, Docotic.Pdf library can use colors with associated color profiles. To use color profiles, first add a color profile to your document using one of the PdfDocument.AddColorProfile methods and then use the returned PdfColorProfile object as a parameter when creating a color.

See also