XpsDocument.CreateIccProfile

CreateIccProfile(string)

Erstellt eine neue ICC-Profilressource aus der ICC-Profildatei unter iccProfilePath .

public XpsIccProfile CreateIccProfile(string iccProfilePath)
ParameterTypBeschreibung
iccProfilePathStringDer Pfad zum ICC-Profil, das als Ressource verwendet werden soll.

Rückgabewert

Neue Ressource für ICC-Profile.

Siehe auch


CreateIccProfile(Stream)

Erstellt eine neue ICC-Profilressource ausstream .

public XpsIccProfile CreateIccProfile(Stream stream)
ParameterTypBeschreibung
streamStreamDer Stream, der das ICC-Profil enthält, das als Ressource verwendet werden soll.

Rückgabewert

Neue Ressource für ICC-Profile.

Siehe auch