XpsDocument.CreateIccProfile

CreateIccProfile(string)

Creëert een nieuwe ICC-profielresource uit het ICC-profielbestand dat zich bevindt op de iccProfilePath .

public XpsIccProfile CreateIccProfile(string iccProfilePath)
ParameterTypeBeschrijving
iccProfilePathStringHet pad naar het ICC-profiel om als bron te nemen.

Winstwaarde

Nieuwe ICC-profielbron.

Zie ook


CreateIccProfile(Stream)

Maakt een nieuwe ICC-profielresource vanstream .

public XpsIccProfile CreateIccProfile(Stream stream)
ParameterTypeBeschrijving
streamStreamDe stream met het ICC-profiel dat als bron moet worden gebruikt.

Winstwaarde

Nieuwe ICC-profielbron.

Zie ook