XpsDocument.CreateIccProfile
CreateIccProfile(string)
the konumunda bulunan ICC profil dosyasından yeni bir ICC profil kaynağı oluşturur.iccProfilePath .
public XpsIccProfile CreateIccProfile(string iccProfilePath)
Parametre | Tip | Tanım |
---|---|---|
iccProfilePath | String | Kaynak olarak alınacak ICC profilinin yolu. |
Geri dönüş değeri
Yeni ICC profil kaynağı.
Ayrıca bakınız
- class XpsIccProfile
- class XpsDocument
- ad alanı Aspose.Page.XPS
- toplantı Aspose.Page
CreateIccProfile(Stream)
Yeni bir ICC profil kaynağı oluşturur.stream .
public XpsIccProfile CreateIccProfile(Stream stream)
Parametre | Tip | Tanım |
---|---|---|
stream | Stream | Kaynak olarak alınacak ICC profilini içeren akış. |
Geri dönüş değeri
Yeni ICC profil kaynağı.
Ayrıca bakınız
- class XpsIccProfile
- class XpsDocument
- ad alanı Aspose.Page.XPS
- toplantı Aspose.Page