XpsDocument.CreateIccProfile
CreateIccProfile(string)
Creëert een nieuwe ICC-profielresource uit het ICC-profielbestand dat zich bevindt op de iccProfilePath .
public XpsIccProfile CreateIccProfile(string iccProfilePath)
Parameter | Type | Beschrijving |
---|---|---|
iccProfilePath | String | Het pad naar het ICC-profiel om als bron te nemen. |
Winstwaarde
Nieuwe ICC-profielbron.
Zie ook
- class XpsIccProfile
- class XpsDocument
- naamruimte Aspose.Page.XPS
- montage Aspose.Page
CreateIccProfile(Stream)
Maakt een nieuwe ICC-profielresource vanstream .
public XpsIccProfile CreateIccProfile(Stream stream)
Parameter | Type | Beschrijving |
---|---|---|
stream | Stream | De stream met het ICC-profiel dat als bron moet worden gebruikt. |
Winstwaarde
Nieuwe ICC-profielbron.
Zie ook
- class XpsIccProfile
- class XpsDocument
- naamruimte Aspose.Page.XPS
- montage Aspose.Page