PdfDocument.AddColorProfile Method

Adds a new ICC color profile to the end of the collection of document color profiles.

Overload List

  NameDescription
Public methodAddColorProfile(Byte[])
Adds a new ICC color profile to the end of the collection of document color profiles.
Public methodAddColorProfile(Stream)
Adds a new ICC color profile read from specified stream to the end of the collection of document color profiles.
Public methodAddColorProfile(String)
Adds a new ICC color profile read from file with specified name to the end of the collection of document color profiles.

See Also