[]
Represents a PDF ICC profile stream.
public class ICCProfile : PdfDictWrapper, IPdfDict
Public Class ICCProfile
Inherits PdfDictWrapper
Implements IPdfDict
Name | Description |
---|---|
ICCProfile() | Initializes a new instance of the ICCProfile class. |
Name | Description |
---|---|
N | Gets or sets the number of color components in the color space described by the ICC profile data. This number shall match the number of components actually in the ICC profile. Valid values are 1, 3, or 4. |
Range | Gets or sets an array of 2 x N numbers [min0 max0, min1 max1, ...] that shall specify the minimum and maximum valid values of the corresponding color components. These values shall match the information in the ICC profile. |
Name | Description |
---|---|
Create(Stream) | Creates an ICCProfile object for the specified ICC profile metadata.
This method returns null if |
Create(string) | Creates an ICCProfile object for ICC profile metadata loaded from the specified file.
This method returns null if |
GetMetadata() | Gets a Stream containing the metadata for the color space. Notes:
|
SetMetadata(byte[]) | Sets the metadata for the color space. Note! The method does NOT update N, it is user responsibility to set it to appropriate value. |