PdfDocument.AddColorProfile Method (Byte[])

Adds a new ICC color profile 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(
	byte[] profileBytes
)
VB
Public Function AddColorProfile ( 
	profileBytes As Byte()
) As PdfColorProfile

Parameters

profileBytes
Type: System.Byte[]
The buffer with profile bytes.

Return Value

Type: PdfColorProfile
The newly added PdfColorProfile.

See Also