XpsDocument.CreateIccProfile
CreateIccProfile(string)
Erstellt eine neue ICC-Profilressource aus der ICC-Profildatei unter iccProfilePath .
public XpsIccProfile CreateIccProfile(string iccProfilePath)
Parameter | Typ | Beschreibung |
---|---|---|
iccProfilePath | String | Der Pfad zum ICC-Profil, das als Ressource verwendet werden soll. |
Rückgabewert
Neue Ressource für ICC-Profile.
Siehe auch
- class XpsIccProfile
- class XpsDocument
- namensraum Aspose.Page.XPS
- Montage Aspose.Page
CreateIccProfile(Stream)
Erstellt eine neue ICC-Profilressource ausstream .
public XpsIccProfile CreateIccProfile(Stream stream)
Parameter | Typ | Beschreibung |
---|---|---|
stream | Stream | Der Stream, der das ICC-Profil enthält, das als Ressource verwendet werden soll. |
Rückgabewert
Neue Ressource für ICC-Profile.
Siehe auch
- class XpsIccProfile
- class XpsDocument
- namensraum Aspose.Page.XPS
- Montage Aspose.Page