Name | Description | |
---|---|---|
ICCProfile Constructor | Initializes a new instance of the ICCProfile class. |
The following tables list the members exposed by ICCProfile.
Name | Description | |
---|---|---|
ICCProfile Constructor | 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. | |
ObjID | Gets the PDF object ID. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase) | |
PdfDict | Gets the underlying GrapeCity.Documents.Pdf.Spec.IPdfDict. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper) | |
PdfObject | Gets the underlying GrapeCity.Documents.Pdf.Spec.IPdfObject. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<IPdfDict>) | |
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 | Overloaded. Creates an ICCProfile object for the specified ICC profile metadata.
This method returns a null reference (Nothing in Visual Basic) if metadata has invalid data or is in unknown format. | |
GetMetadata | Gets a System.IO.Stream containing the metadata for the color space.
Notes:
| |
GetPdfStream | Gets the System.IO.Stream object containing the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. Note! The stream should be disposed after usage. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase) | |
GetPdfStreamData | Gets the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase) | |
GetPdfStreamInfo | Gets the GrapeCity.Documents.Pdf.Spec.PdfStreamInfo object containing the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. Note! The stream should be disposed after usage. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase) | |
SetMetadata | Sets the metadata for the color space. Note! The method does NOT update N, it is user responsibility to set it to appropriate value. |