XpsDocument.CreateIccProfile

CreateIccProfile(string)

Skapar en ny ICC-profilresurs från ICC-profilfilen som finns på the iccProfilePath .

public XpsIccProfile CreateIccProfile(string iccProfilePath)
ParameterTypBeskrivning
iccProfilePathStringVägen till ICC-profilen att ta som en resurs.

Returvärde

Ny ICC-profilresurs.

Se även


CreateIccProfile(Stream)

Skapar en ny ICC-profilresurs avstream .

public XpsIccProfile CreateIccProfile(Stream stream)
ParameterTypBeskrivning
streamStreamStrömmen som innehåller ICC-profilen att ta som en resurs.

Returvärde

Ny ICC-profilresurs.

Se även