Adds a new ICC color profile read from file with
specified name to the end of the collection of document color profiles.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfColorProfile AddColorProfile(
string fileName
)
VB
Public Function AddColorProfile (
fileName As String
) As PdfColorProfile
Parameters
- fileName
- Type: System.String
The name of the file to read color
profile from.
Return Value
Type:
PdfColorProfileThe newly added
PdfColorProfile.
See Also