XpsDocument.CreateIccProfile
CreateIccProfile(string)
Creates a new ICC profile resource out of ICC profile file located at the iccProfilePath.
public XpsIccProfile CreateIccProfile(string iccProfilePath)
Parameter | Type | Description |
---|---|---|
iccProfilePath | String | The path to the ICC profile to take as a resource. |
Return Value
New ICC profile resource.
See Also
- class XpsIccProfile
- class XpsDocument
- namespace Aspose.Page.XPS
- assembly Aspose.Page
CreateIccProfile(Stream)
Creates a new ICC profile resource out of stream.
public XpsIccProfile CreateIccProfile(Stream stream)
Parameter | Type | Description |
---|---|---|
stream | Stream | The stream containing the ICC profile to take as a resource. |
Return Value
New ICC profile resource.
See Also
- class XpsIccProfile
- class XpsDocument
- namespace Aspose.Page.XPS
- assembly Aspose.Page