Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 877 Bytes

File metadata and controls

12 lines (8 loc) · 877 Bytes

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