XpsDocument.CreateIccProfile
CreateIccProfile(string)
Skapar en ny ICC-profilresurs från ICC-profilfilen som finns på the iccProfilePath .
public XpsIccProfile CreateIccProfile(string iccProfilePath)
Parameter | Typ | Beskrivning |
---|---|---|
iccProfilePath | String | Vägen till ICC-profilen att ta som en resurs. |
Returvärde
Ny ICC-profilresurs.
Se även
- class XpsIccProfile
- class XpsDocument
- namnutrymme Aspose.Page.XPS
- hopsättning Aspose.Page
CreateIccProfile(Stream)
Skapar en ny ICC-profilresurs avstream .
public XpsIccProfile CreateIccProfile(Stream stream)
Parameter | Typ | Beskrivning |
---|---|---|
stream | Stream | Strömmen som innehåller ICC-profilen att ta som en resurs. |
Returvärde
Ny ICC-profilresurs.
Se även
- class XpsIccProfile
- class XpsDocument
- namnutrymme Aspose.Page.XPS
- hopsättning Aspose.Page